MATLAB与控制系统仿真练习题含图及答案.docVIP

  • 163
  • 0
  • 约1.72千字
  • 约 4页
  • 2021-10-18 发布于云南
  • 举报

MATLAB与控制系统仿真练习题含图及答案.doc

MATLAB与控制系统仿真 练习题(含图) 1、已知函数 f (x) ex cos x sin x ,作出函数的大致图像。 syms x y=exp(x)*cos(x)-sin(x); ezplot(y) 2、求下列极限: x sin x ( 1) lim x 3 x 0 syms x y=(x-sin(x))/(x^3); limit(y,x,0) ans =1/6 (2) lim 1  x 1 x y=(1+1/x)^x; limit(y,x,inf) ans =exp(1) 3、求下列函数的导数: y ex sin x syms x y=exp(x)*sin(x); diff(y,x) ans = exp(x)*sin(x)+exp(x)*cos(x) y sin x x2 e2 x syms x y=sin(x)+x^2*exp(2*x); diff(y,x) ans = cos(x)+2*x*exp(2*x)+2*x^2*exp(2*x) 4、求 x2 (1 x3 ) 5 dx. 和 ex sin xdx. ( 1) x 2 (1 x 3 ) 5 . dx syms x int(x^2*(1-x^3)^5) ans = -1/18*x^18+1/3*x^15-5/6*x^12+10/9*x^9-5/6*x^6+1/3*x^3 2) ex sin

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档