📄 isempty.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -