MATLAB: How to write in the following script

doit4mehomeworkyou have to write code by following the attached script

2019-02-11 (2).png

Best Answer

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