getuser.m

来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 22 行

M
22
字号
%GETUSER Get the user field of a dataset%%    USERFIELD = GETUSER(A,FIELD)%% INPUT%   A          Dataset%   FIELD      Character string: name of structure field of USER field of A.%% OUTPUT%   USERFIELD  Requested field%% If FIELD is is the empty string ('') the entire user field is returned. %% If the requested field does not exist USERFIELD = [];%% Note the the USER field of datasets was originally intended for a user% defined description of datasets. Later its usage was extended to a field% for storing general information on datasets. For that reason 'old'% datasets without a structure in the user field are transformed such that% this information is stored in a subfield USER in the user field. It can% be retrieved by GETUSER(A).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?