irot.m
来自「阵列信号处理的工具箱」· M 代码 · 共 24 行
M
24 行
function irot(figNo)%IROT Short form of rotate3d. Interactive 3D rotation with the mouse.%% IROT, IROT(figNo)% * DBT, A Matlab Toolbox for Radar Signal Processing *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%% Start : xxxxx Svante Bj鰎klund (svabj).% Latest change: $Date: 2000/10/16 15:21:05 $ $Author: svabj $.% $Revision: 1.3 $% *****************************************************************************if (nargin > 0) if ischar(figNo) figNo = str2num(figNo); end%if figure(figNo)end%ifrotate3d
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?