MATLAB Function Reference    
isstruct

Determine if item is a MATLAB structure array

Syntax

Description

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

Examples

See Also
struct, isfield, iscell, ischar, isobject, isnumeric, islogical, isa, is*


  isstr isstudent