isstruct

isstruct(X) returns true if X is a struct and false otherwise.

Examples

> person.name = 'antonis'

> isstruct(person)

	[ans:true]

Resources

See also

isa | ischar | islogical | isnumeric | struct