plotting graph straight line
Ältere Kommentare anzeigen
y=x^2+5
x=4
how do I plot this graph as a straight line
Antworten (1)
Star Strider
am 7 Mär. 2020
x = 4;
y=x^2+5;
figure
yline(y)
Kategorien
Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!