How to draw multiple constant lines?
Afficher commentaires plus anciens
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]);
Réponse acceptée
Plus de réponses (1)
Yasuyuki Hamanaka
le 29 Mai 2021
Modifié(e) : Yasuyuki Hamanaka
le 29 Mai 2021
3 commentaires
Cris LaPierre
le 29 Mai 2021
It works in R2021a, as you can see. What version of MATLAB are you using?
Yasuyuki Hamanaka
le 29 Mai 2021
Katherine Zheng
le 24 Fév 2022
I am using R2021a, but still have this issue. ?
Catégories
En savoir plus sur Entering Commands dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
