Azzera filtri
Azzera filtri

how to plot quadratic equation of 2 variable

2 visualizzazioni (ultimi 30 giorni)
how to plot this equation:
y=(-22916841.3/(2*250))*x.^2+5080.33*x+55

Risposta accettata

Star Strider
Star Strider il 3 Mag 2021
One approach —
syms x
y=(-22916841.3/(2*250))*x.^2+5080.33*x+55
y = 
figure
fplot(y,[-42 42])
grid
.

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by