Borrar filtros
Borrar filtros

How to plot Matrix inequality in MATLAB

2 visualizaciones (últimos 30 días)
Bijoya Bhattacharjee
Bijoya Bhattacharjee el 10 de Oct. de 2021
Respondida: Walter Roberson el 10 de Oct. de 2021
Plot the following set :

Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Oct. de 2021
syms x y
Sleft = expand([x y] * [2 1;1 3] * [x; y])
Sleft = 
fimplicit(Sleft == (1:19).'/20, [-3/2 3/2])

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by