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

3 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(1 个)

Khairul Azam
Khairul Azam 2020-10-19
i tided to alive

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by