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!
