Main Content

mxIsEmpty (Fortran)

Determine whether mxArray is empty

Fortran Syntax

#include "fintrf.h"
integer*4 mxIsEmpty(pm)
mwPointer pm

Description

mxIsEmpty returns 1 if the mxArray is empty. Otherwise, it returns 0. An mxArray is empty if the size of any of its dimensions is 0.

Input Arguments

expand all

Pointer to an mxArray array, specified as mwPointer.

Version History

Introduced before R2006a

See Also