How to draw multiple constant lines?
Mostra commenti meno recenti
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]);
Risposta accettata
Più risposte (1)
Yasuyuki Hamanaka
il 29 Mag 2021
Modificato: Yasuyuki Hamanaka
il 29 Mag 2021
3 Commenti
Cris LaPierre
il 29 Mag 2021
It works in R2021a, as you can see. What version of MATLAB are you using?
Yasuyuki Hamanaka
il 29 Mag 2021
Katherine Zheng
il 24 Feb 2022
I am using R2021a, but still have this issue. ?
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
