fmincon
fmincon
>> fmincon
fmincon
fmincon
—
Solves a nonlinearily constrained optimization problem.
API Functions
fmincon_checkdims
—
Generates an error if the variable has not the required size.
fmincon_checkgreq
—
Check that the value is greater or equal than a threshold.
fmincon_checklhs
—
Generates an error if the number of LHS is not in given set.
fmincon_checkloweq
—
Checks that the value is lower or equal than a threshold.
fmincon_checkoption
—
Generates an error if the value of an input argument is not expected.
fmincon_checkrange
—
Check that the value is in a given range.
fmincon_checkrhs
—
Generates an error if the number of RHS is not in given set.
fmincon_checkscalar
—
Generates an error if the variable is not a scalar.
fmincon_checksquare
—
Generates an error if the variable is not a square matrix.
fmincon_checktype
—
Generates an error if the given variable is not of expected type.
fmincon_checkveccol
—
Generates an error if the variable is not a column vector.
fmincon_checkvecrow
—
Generates an error if the variable is not a row vector.
fmincon_checkvector
—
Generates an error if the variable is not a vector.
optimoptions
optimoptions
—
Configures and returns an optimization data structure.
Report an issue
fmincon