getrestl.m
来自「阵列雷达信号处理工具箱 阵列雷达信号处理工具箱」· M 代码 · 共 18 行
M
18 行
function outList = getrestl(inList)% RECVAR, A package for new data structures in Matlab. % (c) FOA 1998. See the file rvright.m for copyright notice.%% function ouList = getrestl(inList)%% Returns a list with the first element removed.% Matlab 5 compatibility version. %% Start : 970819 Svante Bj鰎klund (svabj).% Latest change: $Date: 1998/05/06 16:17:17 $ $Author: svabj $.% $Revision: 1.1 $% *****************************************************************************outList = inList(2:length(inList));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?