Determine whether mxArray was copied from MATLAB global workspace
#include "fintrf.h" integer*4 mxIsFromGlobalWS(pm) mwPointer pm
The function returns 1
if the array was copied out of the
global workspace. Otherwise, it returns 0
. Use
mxIsFromGlobalWS
for standalone MAT-file
programs.