MATLAB Application Program Interface Reference Help Desk

mxIsFull

Purpose

Inquire if an mxArray is full

Fortran Syntax

Arguments

pm

Pointer to an mxArray.

Returns

1 if the mxArray is full, 0 if it is sparse.

Description

Call mxIsFull to determine if an mxArray is stored in full form or sparse form.



[ Previous | Help Desk | Next ]