Google
 

Jan 30, 2008

Tips: MATLAB

Q: 如何用Matlab积分?最简单的,比如x+1,从1,到2

R:

sym x
f=x+1;
a=int(f,1,2);
a=double(a)

No comments:

Google