Contents
Previous
Next
Subchapters
Current Chapters->
mlmode_mean
mlmode_std
mlmode_ellipke
mlmode_disp
mlmode_warning
str2mat
int2str
mlmode_contour
mlmode_mesh
mlmode_meshc
mlmode_surf
mlmode_surfc
mlmode_meshgrid
mlmode_etime
mlmode_finite
mlmode_full
mlmode_isieee
mlmode_isunix
mlmode_issparse
mlmode_isstr
Parent Chapters->
Omatrix6
mlmode
mlmode_mfile
mlmode_isstr
Search Tools->
contents
reference
index
search
Is a Matrix of Type Character (Mlmode)
Syntax
isstr(
s
)
See Also
type
Description
Returns true, if
s
is a character matrix and false otherwise.
Example
If in
Mlmode
you enter
s = 1
isstr(s)
O-Matrix will reply
F
On the other hand,
s = "1"
isstr(s)
results in
T