Plotting points in style [x1,y1] , [x2,y2], [x3,y3] and them plot all of them?
6 views (last 30 days)
Show older comments
After several process, i have results in coordinates points, there is a way to plot all of them without using 2 vectors like [x1,x2,x3..] and [y1,y2,y3]?
Answers (1)
Catalytic
on 23 Jul 2019
No, but you can certainly write your own wrapper for any of the plotting functions to give you the input syntax that you want.
See Also
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!