MATLAB Application Program Interface Reference | Help Desk |
mexGetMatrix
Copies anmxArray
from the caller's workspace
integer*4 function mexGetMatrix(name) character*(*) nameA pointer to a newly allocated
mxArray
if successful, 0
otherwise.
name
Name of mxArray
to get from workspace.
mexGetMatrix
reads the named mxArray
from the caller's workspace, and returns a pointer to a newly allocated mxArray
or 0 if the attempt fails.