Plot Straight Line Segments

47 Ansichten (letzte 30 Tage)
Aarav Shah
Aarav Shah am 30 Nov. 2019
Beantwortet: VBBV am 26 Mär. 2022
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.

Antworten (2)

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

VBBV
VBBV am 26 Mär. 2022
yline(200);
xlim([0 20]);

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by