ischar

Type: External

Group: general

Syntax

answer = ischar(value)

Description

Returns 1 if the first operand is a struct, else it returns 0.

Notes

.

Examples

ischar("hello") returns 1 
ischar(55)  returns 0

See Also

ismatrix, isnumeric, isscalar, issquare