MATLAB Application Program Interface | Search  Help Desk |
mexPutFull (Obsolete) | See Also |
-V4
option of the mex
script.
In MATLAB 5 MEX-files you should call
array_ptr = mxCreateDoubleMatrix(0, 0, mxREAL/mxCOMPLEX); mxSetName(array_ptr, name); mexPutArray(array_ptr, "caller");instead of
mexPutFull(name, m, n, pr, pi)
mxSetM
, mxSetN
, mxSetPr
, mxSetPi
, mxSetName
, mexPutArray