zlim.m
来自「阵列信号处理的工具箱」· M 代码 · 共 21 行
M
21 行
function zlim(z)% *****************************************************************************% * DBT, A Matlab Toolbox for Radar Signal Processing *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%% function zlim(z)%% Sets the z-axis scaling to z = [z0 z1], where z0 is min and z1 is max.%% z RealVectorT z-axis scaling.%% Start : 961120 Fredrik Athley (freath).% Latest change: $Date: 2000/10/16 15:22:29 $ $Author: svabj $.% $Revision: 1.4 $%% *****************************************************************************zmin(z(1));zmax(z(2));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?