use the casio.fig and casio.m as a base and add two or more math functions to the calculator I am trying to add the x^3

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

use the casio.fig and casio.m as a base and add two or more math functions to the calculator I am trying to add the x^3

Post by answerhappygod »

use the casio.fig and casio.m
as a base and add two or more math functions to the
calculator
I am trying to add the x^3 and x^4 buttons to the calculator but
it is not working. I was able to add the push buttons they are just
not working. Every other preexisting button works though. Here is
the code...
function cubed_Callback(~, ~, handles)
a=get(handles.edit1,'string');
a=a(:,a:length (a)*a*a);
set(handles.edit1,'string',strcat(a,'x^3'));
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply