MatrixBerryCore
Namespaces | Functions
checkgenext.m File Reference

Go to the source code of this file.

Namespaces

 mxberry::core::check
 

Functions

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