How do I plot lines parallel to Y axis in X-Y plane?
134 views (last 30 days)
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
0 Comments
Answers (1)
Walter Roberson
on 14 Mar 2021
https://www.mathworks.com/help/matlab/ref/xline.html xline() since R2018b
refline() for older MATLAB.
0 Comments
See Also
Categories
Find more on Surface and Mesh 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!