External Interfaces/API Reference |
This API function is obsolete and should not be used in a program that interfaces with MATLAB 5 or later. This function may not be available in a future version of MATLAB. If you need to use this function in existing code, use the -V4
option of the mex
script.
array_ptr = mxCreateDoubleMatrix(m, n, mxREAL/mxCOMPLEX); mxSetPr(array_ptr, pr); mxSetPi(array_ptr, pi); mexPutVariable("caller", name, array_ptr);
See Also
mxSetM
, mxSetN
, mxSetPr
, mxSetPi
, mexPutVariable
mexPutArray (Obsolete) | mexPutMatrix (Obsolete) |