How to graph a quadratic function f(x,y) - parabola

2 visualizzazioni (ultimi 30 giorni)
The intention is to plot the next equation: 0==-(x+y).^2+6540.*(y.*2.6284 - x.*2.187) and get the following parabola:
I've tried several options, but I'm not able to get the parabola, what could I do?

Risposta accettata

Walter Roberson
Walter Roberson il 8 Mag 2017
f = @(x,y) (x+y).^2 + 6540 * (y * 2.6284 - x * 2.187);
fimplicit(f, [-5000, 20000, -20000, 5000])

Più risposte (1)

Khairul Azam
Khairul Azam il 19 Ott 2020
i tided to alive

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by