登录论坛

查看完整版本 : [MATLAB图像处理] ezplot的使用


剑八
2009-04-13, 21:45
如何用ezplot用虚线把sin(x)画出来

mbj2003
2009-04-14, 12:26
syms x;
ezplot(sin(x))