ax.m

来自「里面囊括了基于matlab滤波器设计的各种.m文件」· M 代码 · 共 12 行

M
12
字号
 
% This simple function is used to
% adjust the axis of the plot of
% frequency response. 'ymin' will
% be the minimum of the y-axis.
% See also AXIS


function ax(ymin)
axis([0,0.5,ymin,10]);

% END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?