Plot Straight Line Segments
古いコメントを表示
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.
回答 (2 件)
KALYAN ACHARJYA
2019 年 11 月 30 日
line([0,100],[20,100])
VBBV
2022 年 3 月 26 日
yline(200);
xlim([0 20]);
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!