isempty.m
来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 22 行
M
22 行
%ISEMPTY Datafile overload%% I = ISEMPTY(A,FIELD)%% INPUT% A Datafile% FIELD Datafile field%% OUTPUT% I Flag, 1 if field is empty, 0 otherwise. %% DESCRIPTION% Dataset overload for ISEMPTY. This is particulary useful for% ISEMPTY(A) to test on an empty datafile, and% ISEMPTY(A,'prior') to test on an undefined PRIOR field.%% A datafile is empty if no files are found in the directory DIR% after a DATAFILE(DIR) definition.%% SEE ALSO% DATAFILE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?