help mata liststruct()
-------------------------------------------------------------------------------
Title
[M-5] liststruct() -- List structure's contents
Syntax
void liststruct(struct whatever matrix x)
Description
liststruct() lists x's contents, where x is an instance of structure
whatever.
Remarks
liststruct() is often useful in debugging.
The dimension and type of all elements are listed, and the values of
scalars are also shown.
Conformability
liststruct(x)
x: r x c
result: void
Diagnostics
None.
Source code
liststruct.mata
Also see
Manual: [M-5] liststruct()
Help: [M-2] struct; [M-4] io