MatrixBerryCore
checksize.m
Go to the documentation of this file.
1 function isValid=checksize(varargin)
2 isValidVec=mxberry.core.isvalidsize(varargin{:});
3 isValid=all(isValidVec);
function checksize(in varargin)
CHECKSIZE checks sizes of arrays;.