MatrixBerryCore
+mxberry
+core
isrow.m
Go to the documentation of this file.
1
function
isPositive=
isrow
(inpArray)
2
isPositive=size(inpArray,1)==1&&...
3
numel(inpArray)==length(inpArray)&&...
4
ismatrix(inpArray);
mxberry::core::isrow
function isrow(in inpArray)
Generated for MatrixBerryCore by
1.8.13