how to write in the following script

 Accepted Answer

syms x
f = sin(x)+x^3-exp(x)
s = int(f,[0 3])
s1 = double(s)

4 Comments

please can you show me how by following this script you have to fill this script
syms x;
f=@(x) ();
% #1 Part a
F1=int()
N1a= % see the hint above
% #1 Part b
N1b=int( )
% #2 Part a
f2=@(x)()
F2=int( )
N2a=
% #2 Part b
N2b=
So basically what you are asking is someone to write your homework assignment.
yes, is there a problem if you helped and I learned? I don't study coding and it's my second time using MATLAB for calculus which we don’t learn it with the sir or the course itself.
So yes sir I need you to do my homework. ?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!