如何用Matlab绘制函数Y=Asinx.y=xsinx,y=exp^(-x)*sinx,y=exp^(-100x)*sinx的函数图像

如题所述

syms x
ezplot(sin(x))
figure
ezplot(x*sin(x))
figure
ezplot(exp(-x)*sin(x))
温馨提示:答案为网友推荐,仅供参考
相似回答