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!