📄 recdir.m
字号:
function M = recdir(recvar)% RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice.%% function M = recdir(recvar)%% Returns a Matlab matrix with the names of all fields in a record variable.% The order of the fields is not defined.% Matlab 5 compatibility version.%% M StringVectorT% recvar RecVarT%% Start : 970820 Svante Bj鰎klund (svabj).% Latest change: $Date: 1997/08/20 13:36:26 $ $Author: svabj $.% $Revision: 1.1 $% *****************************************************************************%M = setstr(matvar('recdir',recvar));M = char(fieldnames(recvar));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -