User`s guide
Language and Programming
3-13
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
mexIsGlobal in the
C/C++ and Fortran
MEX API Library
Always returns
false
mxIsFromGlobalWS
in the C/C++ Matrix
Library API and
Fortran Matrix
Library API
Replace all instances
of mexIsGlobal with
mxIsFromGlobalWS
in MEX-files.