How to plot Matrix inequality in MATLAB
2 views (last 30 days)
Show older comments
Bijoya Bhattacharjee
on 10 Oct 2021
Answered: Walter Roberson
on 10 Oct 2021
Plot the following set :
0 Comments
Accepted Answer
Walter Roberson
on 10 Oct 2021
syms x y
Sleft = expand([x y] * [2 1;1 3] * [x; y])
fimplicit(Sleft == (1:19).'/20, [-3/2 3/2])
0 Comments
More Answers (0)
See Also
Categories
Find more on Bounding Regions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!