MatrixBerryCore
Namespaces | Functions
checkvar.m File Reference

Go to the source code of this file.

Namespaces

 mxberry::core
 

Functions

function mxberry::core::checkvar (in x, in typeSpec, in varargin)
 CHECKVAR checks a generic condition provided by typeSpec string in the following format: 'isnumeric(x)&&isa(x,'int32')||isscalar(x)' etc In case validation fails an exception is thrown. More...