How to plot four variables value in XY graph
Show older comments
How to plot set of values like(x,y),,,,x=1:1:10 ,,,,,y=1:1:10,,,, and (x1,y1),,,x1=:30:1:40,,,,y1=30:1:40,,,,,in a single plot and my plot should plot one by one value,,,, It is something like two vehicles at two different postion and they are moving with step increment of one by one
1 Comment
richa parmar
on 31 Aug 2019
how to plot four variables in a single graph on mATLAB
Accepted Answer
More Answers (1)
Harshit
on 7 Dec 2012
0 votes
use hold all after first plot.
1 Comment
Arun Badigannavar
on 7 Dec 2012
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!