Dynamic-Calibration/utils/YALMIP-master/extras/@constraint/flatten.m

5 lines
163 B
Matlab
Executable File

function sys = flatten(sys)
% Go from an internal format which is hierarchical and performs better
% when adding many constraint objects.
sys = flatten(lmi(sys));