how to plot quadratic equation of 2 variable

 Accepted Answer

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

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!