struc.m
来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 21 行
M
21 行
%STRUC Datafield structure overload
%
% [E,D] = STRUC(A)
%
% INPUT
% A Datafile
%
% OUTPUT
% E Structure conversion of datafile
% D Structure conversion of dataset filed of datafile
%
% DESCRIPTION
% As the datafile object is a child of the dataset object the important
% information stored in the dataset field is not directly visible and
% accessible. This commands facilitates this, especially important to
% visualize the two structures by:
%
% STRUC(A)
%
% without output arguments: it lists the two structures.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?