MatrixBerryCore
isstring.m
Go to the documentation of this file.
1 function isPositive=isstring(inpArray)
2 isPositive=mxberry.core.isrow(inpArray)&&ischar(inpArray);
function isstring(in inpArray)