plotting graph straight line
Mostrar comentarios más antiguos
y=x^2+5
x=4
how do I plot this graph as a straight line
Respuestas (1)
Star Strider
el 7 de Mzo. de 2020
x = 4;
y=x^2+5;
figure
yline(y)
Categorías
Más información sobre Line Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!