How to draw x=2 line using plot command
Ältere Kommentare anzeigen
I want to draw the vertical line x=2. I want to draw it by using plot command in x-y plane, x-is the horizontal axis. How to draw it?
I do not want to use the following
line([2 2], [0 10])
to draw a line from (2,0) to (2,10)
Akzeptierte Antwort
Weitere Antworten (1)
ToLos Mil
am 15 Feb. 2013
0 Stimmen
See the answer given at the following link
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!