ezplot调用函数的格式如下: ezplot(fun ); ezplot(fun,[xmin xmax] ); ezplot(fun,[xmin xmax],figure );
示例: EZplot('sin ) x )/x ),[-4*pi 4*pi]; title(plotofSinx/x ); 网格开;
函数fplot类似于ezplot,但更准确。 前两个参数与函数ezplot相同,但函数fplot还有其他优点。 1 .函数fplot具有自适应,意味着在自变量范围内函数突然变化以显示更多的点。 2 .函数fplot支持TEX命令,可以指定图表标题和坐标轴标签,但不能使用函数ezplot。 通常,绘制函数的图像时需要使用函数fplot。
FPlot(sin ) x )/x ),[-4*pi 4*pi]; title(plotofSinx/x ); 网格开; 请参见----------------------------------------- -
标准的MATLAB直方图函数必须是hist。 函数的形式是hist(y ) hist(y ) y,nb ins (hist ) y,x ); ([n,xout]=hist(y,) ) ) ) ) ) ) ) ) ) ) ) n ) ) ) ) ) ) )。
例如,y=randn (500,1 ); hist(y,15 ); 转载于:https://www.cn blogs.com/dreams yeah/archive/2013/03/12/5878512.html