How to plot four variables value in XY graph
Mostra commenti meno recenti
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 Commento
richa parmar
il 31 Ago 2019
how to plot four variables in a single graph on mATLAB
Risposta accettata
Più risposte (1)
Harshit
il 7 Dic 2012
0 voti
use hold all after first plot.
1 Commento
Arun Badigannavar
il 7 Dic 2012
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!