get1stl.m
来自「阵列雷达信号处理工具箱 阵列雷达信号处理工具箱」· M 代码 · 共 23 行
M
23 行
function data = get1stl(inList)% RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice.%% function data = get1stl(inList)%% Gets the first element of a list.%% inList ListT%% Start : 970819 Svante Bj鰎klund (svabj).% Latest change: $Date: 2000/10/13 19:53:30 $ $Author: svabj $.% $Revision: 1.1 $% *****************************************************************************if islist(inList) data = getr(inList, 'data');else error('Input parameter is no list.')end%if
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?