isemptyl.m
来自「雷达信号处理、或阵列信号处理中能够用上的重要的matlab工具箱——阵列信号处理」· M 代码 · 共 21 行
M
21 行
function B = isemptyl(list)% RECVAR, A package for new data structures in Matlab. % (c) FOA 1998. See the file rvright.m for copyright notice.%% function B = isemptyl(list)%% Returns 1 if list is empty and 0 otherwise.%% B BoolT% list ListL%% Start : 980507 Svante Bj鰎klund (svabj).% Latest change: $Date: 1998/05/12 10:42:02 $ $Author: svabj $.% $Revision: 2.2 $% *****************************************************************************B = isempty(list);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?