Validators
Last updated
Was this helpful?
Last updated
Was this helpful?
Validators
validators functions
- Checks that input value comes from one of specified classes.
- Checks that value is a column vector or raise an error.
- Checks that input path refers to file.
- Checks that value is finite or raise an error.
- Checks that value is floating-point or raise an error.
- Checks that input path refers to folder.
- Checks that value is greater than another value or issue error.
- Checks that value is greater than or equal to another value or issue error.
- Checks that value is in the specified range.
- Checks that value is integer or raise an error.
- Checks that value is less than another value or issue error.
- Checks that value is less than or equal to another value or issue error.
- Checks that value is logical or raise an error.
- Checks that value is logical scalar or raise an error.
- Checks that value is a matrix or raise an error.
- Checks that value is member of specified array or issue error.
- Checks that value is negative or raise an error.
- Checks that value is not NaN.
- Checks that value is not sparse.
- Checks that value is not zero.
- Checks that value is nonempty or raise an error.
- Checks that value is not missing.
- Checks that value is nonnegative or raise an error.
- Checks that value is non positive or raise an error.
- Checks that value is text with nonzero length or raise an error.
- Checks that value is numeric or raise an error.
- Checks that input is numeric or logical.
- Checks that value is positive or raise an error.
- Checks that value is real.
- Checks that value is a row vector or raise an error.
- Checks that value is scalar or empty or raise an error.
- Checks that value is a sparse matrix or raise an error.
- Checks that value is piece of text or raise an error.
- Checks that value is single piece of text or raise an error.
- Checks that value is valid variable name or raise an error.
- Checks that value is vector or raise an error.