How to draw multiple constant lines?
이전 댓글 표시
I want to draw multiple constant lines in a figure. I coded below using xline() and yline() refering Vertical line with constant x-value - MATLAB xline (mathworks.com). But it doesn't work. Would you tell me what is wrong?
xline([1,2,3]);
채택된 답변
추가 답변 (1개)
Yasuyuki Hamanaka
2021년 5월 29일
편집: Yasuyuki Hamanaka
2021년 5월 29일
댓글 수: 3
Cris LaPierre
2021년 5월 29일
It works in R2021a, as you can see. What version of MATLAB are you using?
Yasuyuki Hamanaka
2021년 5월 29일
Katherine Zheng
2022년 2월 24일
I am using R2021a, but still have this issue. ?
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
