Plot Straight Line Segments

55 vues (au cours des 30 derniers jours)
Aarav Shah
Aarav Shah le 30 Nov 2019
Réponse apportée : VBBV le 26 Mar 2022
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.

Réponses (2)

KALYAN ACHARJYA
KALYAN ACHARJYA le 30 Nov 2019
line([0,100],[20,100])

VBBV
VBBV le 26 Mar 2022
yline(200);
xlim([0 20]);

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Tags

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by