MatrixBerryCore
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));
function ismstring(in inpArray)