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

5 lines
145 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function P = robustify(P)
%ROBUSTIFY Derives robust counterpart.
[P.Constraints,P.Objective] = robustify(P.Constraints,P.Objective,P.Options);