isemptyl.m
来自「阵列信号处理的工具箱」· 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 + -
显示快捷键?