Apifun Toolbox
Table of Contents
I. Apifun Toolbox
Overview
— An overview of the Apifun toolbox.
apifun_checkdims
— Generates an error if the variable has not the required size.
apifun_checkgreq
— Check that the value is greater or equal than a threshold.
apifun_checklhs
— Generates an error if the number of LHS is not in given set.
apifun_checkloweq
— Checks that the value is lower or equal than a threshold.
apifun_checkoption
— Generates an error if the value of an input argument is not expected.
apifun_checkrange
— Check that the value is in a given range.
apifun_checkrhs
— Generates an error if the number of RHS is not in given set.
apifun_checkscalar
— Generates an error if the variable is not a scalar.
apifun_checksquare
— Generates an error if the variable is not a square matrix.
apifun_checktype
— Generates an error if the given variable is not of expected type.
apifun_checkveccol
— Generates an error if the variable is not a column vector.
apifun_checkvecrow
— Generates an error if the variable is not a row vector.
apifun_checkvector
— Generates an error if the variable is not a vector.