Plot Straight Line Segments

조회 수: 35 (최근 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 CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by