Plot Straight Line Segments

62 ビュー (過去 30 日間)
Aarav Shah
Aarav Shah 2019 年 11 月 30 日
回答済み: VBBV 2022 年 3 月 26 日
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.

回答 (2 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 11 月 30 日
line([0,100],[20,100])

VBBV
VBBV 2022 年 3 月 26 日
yline(200);
xlim([0 20]);

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by