See other catalogues for
The MathWorks
You may also be interested in
Text version of the page
| | | | | | | | | | | |
| | | |
| | | mxIsClass (C and Fortran) | | |
| | | |
| | | Purpose Determine whether mxArray is member of specified class CSyntax #include "matrix.h" bool mxIsClass(const mxArray *pm, const char *classname); Fortran integer*4 mxIsClass(pm, classname) Syntax mwPointer pm character*(*) classname Arguments pm Pointer to an mxArray classname The array category that you are testing. Specify classname as a string (not as an integer identifier). You can specify any one of the following predefined constants: | | |
| | | |
| | | | | | | | | | Value of classname | Corresponding Class | | | | cell | mxCELL_CLASS | | | | char | mxCHAR_CLASS | | | | double | mxDOUBLE_CLASS | | | | function_handle | mxFUNCTION_CLASS | | | | int8 | mxINT8_CLASS | | | | int16 | mxINT16_CLASS | | | | int32 | mxINT32_CLASS | | | | int64 | mxINT64_CLASS | | | | logical | mxLOGICAL_CLASS | | | | single | mxSINGLE_CLASS | | | | struct | mxSTRUCT_CLASS | | | | uint8 | mxUINT8_CLASS | | | | | | | | | |
| | | |
| | | 2-183 | | |
| | | |
| | | | | | | | | | | |