MatrixBerryCore
+mxberry
+core
+struct
strucdisp.m
Go to the documentation of this file.
1
function
varargout=
strucdisp
(varargin)
2
3
varargout=cell(1,nargout);
4
if
nargout>0
5
[varargout{:}]=
mxberry
.
core
.
struct
.
StructDisp
.
strucdisp
(varargin{:});
6
else
7
mxberry
.
core
.
struct
.
StructDisp
.
strucdisp
(varargin{:});
8
end
mxberry::core
mxberry::core::struct
mxberry::core::struct::StructDisp
This class is responsible for displaying structure outline.
Definition:
StructDisp.m:4
mxberry::core::struct::strucdisp
function strucdisp(in varargin)
STRUCDISP display structure outline.
mxberry
mxberry::core::struct::StructDisp::strucdisp
static function strucdisp(in varargin)
STRUCDISP display structure outline.
Generated for MatrixBerryCore by
1.8.13