Azzera filtri
Azzera filtri

How to plot Matrix inequality in MATLAB

2 visualizzazioni (ultimi 30 giorni)
Plot the following set :

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by