Dynamic-Calibration/utils/YALMIP-master/extras/@optproblem/robustify.m

5 lines
145 B
Matlab
Executable File

function P = robustify(P)
%ROBUSTIFY Derives robust counterpart.
[P.Constraints,P.Objective] = robustify(P.Constraints,P.Objective,P.Options);