yalmip / YALMIP

MATLAB toolbox for optimization modeling
https://yalmip.github.io/
Other
475 stars 137 forks source link

Plotting of non-convex sets #29

Open kvasnica opened 11 years ago

kvasnica commented 11 years ago

It would be uber-cool if YALMIP could plot non-convex sets. Admittedly, this is more a wish rather than a reasonable request.

sdpvar x1 x2 plot([ x1^2 + x2^2 >= 1 ; -2 <= [x1; x2] <= 2 ])

johanlofberg commented 11 years ago

Absolutely, but unfortunately not possible using the framework currently implemented

johanlofberg commented 5 years ago

Gridding feature in plot could be a future feature