How to plot Matrix inequality in MATLAB
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bijoya Bhattacharjee
el 10 de Oct. de 2021
Respondida: Walter Roberson
el 10 de Oct. de 2021
Plot the following set :
0 comentarios
Respuesta aceptada
Walter Roberson
el 10 de Oct. de 2021
syms x y
Sleft = expand([x y] * [2 1;1 3] * [x; y])
fimplicit(Sleft == (1:19).'/20, [-3/2 3/2])
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Bounding Regions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!