Contents
Previous
Next
Subchapters
Current Chapters->
all
mlmode_all
any
mlmode_any
nnz
equal
fullprec
isempty
isequal
isreal
isnumscalar
ischarmatrix
ischarvector
islogicalscalar
isnummatrix
isnumvector
isfinite
isinf
isnan
islight
isrte
isdeveloper
Parent Chapters->
Omatrix6
elementary
conditions
ischarmatrix
Search Tools->
contents
reference
index
search
Determines If Value is Character Matrix
Syntax
ischarmatrix(
z
)
See Also
isnumscalar
,
complex
,
real
,
type
,
imag
Description
Returns true, if the argument
z
is a character matrix.
Example
If you enter
z = "Hello"
ischarmatrix(z)
O-Matrix will respond
T