Main Content
mxIsFromGlobalWS (Fortran)
Determine whether mxArray was copied from MATLAB global workspace
Fortran Syntax
#include "fintrf.h" integer*4 mxIsFromGlobalWS(pm) mwPointer pm
Description
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.
Input Arguments
Version History
Introduced before R2006a