getrestl.m

来自「雷达信号处理、或阵列信号处理中能够用上的重要的matlab工具箱——阵列信号处理」· M 代码 · 共 19 行

M
19
字号
function outList = getrestl(inList)% RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice.%% function ouList = getrestl(inList)%% Returns a list with the first element removed.%% outList, inList: ListT%% Start        : 970819 Svante Bj鰎klund (svabj).% Latest change: $Date: 2000/10/13 19:53:35 $ $Author: svabj $.% $Revision: 1.1 $% *****************************************************************************outList = getr(inList,'restList');

⌨️ 快捷键说明

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