MATLAB Function Reference Previous page   Next Page
isstruct

Determine if input is MATLAB structure array

Syntax

Description

tf = isstruct(A) returns logical 1 (true) if A is a MATLAB structure and logical 0 (false) otherwise.

Examples

See Also

struct, isfield, iscell, ischar, isobject, isnumeric, islogical, isa, is*, dynamic field names


Previous page  isstrprop isstudent Next page

© 1994-2005 The MathWorks, Inc.