How to draw multiple constant lines?
Mostrar comentarios más antiguos
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]);
Respuesta aceptada
Más respuestas (1)
Yasuyuki Hamanaka
el 29 de Mayo de 2021
Editada: Yasuyuki Hamanaka
el 29 de Mayo de 2021
3 comentarios
Cris LaPierre
el 29 de Mayo de 2021
It works in R2021a, as you can see. What version of MATLAB are you using?
Yasuyuki Hamanaka
el 29 de Mayo de 2021
Katherine Zheng
el 24 de Feb. de 2022
I am using R2021a, but still have this issue. ?
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
