Plot Straight Line Segments

50 visualizaciones (últimos 30 días)
Aarav Shah
Aarav Shah el 30 de Nov. de 2019
Respondida: VBBV el 26 de Mzo. de 2022
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.

Respuestas (2)

KALYAN ACHARJYA
KALYAN ACHARJYA el 30 de Nov. de 2019
line([0,100],[20,100])

VBBV
VBBV el 26 de Mzo. de 2022
yline(200);
xlim([0 20]);

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by