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!