MATLAB Application Program Interface Reference Help Desk

mxIsNumeric

Purpose

Inquire if an mxArray contains numeric data

Fortran Syntax

Arguments

pm

Pointer to an mxArray.

Returns

1 if the mxArray contains numeric data, 0 otherwise.

Description

Call mxIsNumeric to inquire whether or not the mxArray contains a character array.

See Also

mxIsString



[ Previous | Help Desk | Next ]