MatrixBerryCore
+mxberry
+core
+check
+lib
ismstring.m
Go to the documentation of this file.
1
function
isPositive=
ismstring
(inpArray)
2
isPositive=isequal(inpArray,
''
)||...
3
(
mxberry
.
core
.isrow(inpArray)&&ischar(inpArray));
mxberry::core
mxberry
mxberry::core::check::lib::ismstring
function ismstring(in inpArray)
Generated for MatrixBerryCore by
1.8.13