Commands by Category:
Index:
Allocates a matrix with unspecified contents.
matalloc
r (scalar) – rows.
c (scalar) – columns.
y (RxC matrix) –
The contents are unspecified. This function is used to allocate a matrix that will be written to in sections using indexing or used with the Foreign Language Interface as an output matrix for a function called with dllcall.
Foreign Language Interface
See also
Functions matinit(), ones(), zeros(), eye()
matinit()
ones()
zeros()
eye()
previous
margin
next
matinit