printtab.m
来自「雷达信号处理、或阵列信号处理中能够用上的重要的matlab工具箱——阵列信号处理」· M 代码 · 共 19 行
M
19 行
function printtab(noTab)% RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice.%% function printtab(noTab)%% Prints noTab number of tabulator spaces on the screen.%% Start : 970820 Svante Bj鰎klund (svabj).% Latest change: $Date: 1997/08/20 08:53:38 $ $Author: svabj $.% $Revision: 2.1 $% *****************************************************************************for n=1:noTab fprintf(' ');end%for
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?