Plot Straight Line Segments
Mostrar comentarios más antiguos
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.
Respuestas (2)
KALYAN ACHARJYA
el 30 de Nov. de 2019
line([0,100],[20,100])
VBBV
el 26 de Mzo. de 2022
yline(200);
xlim([0 20]);
Categorías
Más información sobre Programming 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!