***** Starting YALMIP robustification module. *********************
- Detected 1 uncertain variables
- Detected 1 independent group(s) of uncertain variables
??? Error using ==> tomSym at 105
Unknown object type for tomSym: lmi
Error in ==> extractConstraints at 25
[f,c,x0] = extractConstraints(tomSym(f),c,x0); % Call overloaded function
Error in ==> robustify at 122
F_eq = extractConstraints(UncertainModel.F_xw,'equality');
Error in ==> solverobust at 64
[F,h,failure] = robustify(varargin{:});
Error in ==> solvesdp at 186
diagnostic = solverobust(F(find(~unc_declarations)),h,options,recover(getvariables(sdpvar(F(find(unc_declarations))))));