| 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.
mexGetArray(array_ptr, "caller"); name = mxGetName(array_ptr); m = mxGetM(array_ptr); n = mxGetN(array_ptr); pr = mxGetPr(array_ptr); pi = mxGetPi(array_ptr);
mexGetFull(name, m, n, pr, pi);
See Also
mexGetArray, mxGetName, mxGetPr, mxGetPi
| mexGetEps (Obsolete) | mexGetGlobal (Obsolete) | ![]() |