MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxIsFull

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 ]