How do I plot lines parallel to Y axis in X-Y plane?
Show older comments
I need to draw lines parallel to Y axis in the X-Y plane. I want to draw the lines for x = 0.1, 0.2, 0.3 and so on
Answers (1)
Walter Roberson
on 14 Mar 2021
0 votes
https://www.mathworks.com/help/matlab/ref/xline.html xline() since R2018b
refline() for older MATLAB.
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!