MatrixBerryCore
Namespaces | Functions
checkmultvar.m File Reference

Go to the source code of this file.

Namespaces

 mxberry::core
 

Functions

function mxberry::core::checkmultvar (in typeSpec, in nPlaceHolders, in varargin)
 CHECKMULTVAR 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...
 
function mxberry::core::assignIn (in varName, in varValue)