isspace
Determine which characters are space characters
Syntax
Description
tf = isspace(
returns a logical array
A
)tf
. If A
is a string, then the elements of
tf
are logical 1
(true
) where
corresponding characters in A
are space characters, and logical
0
(false
) elsewhere.
Note
The operator isspace
is supported only in Stateflow® charts that use MATLAB® as the action language.
Examples
Limitations
This operator is not supported for use with structures. For more information about structures in Stateflow, see Access Bus Signals Through Stateflow Structures.