How to plot four variables value in XY graph
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Arun Badigannavar
el 7 de Dic. de 2012
Comentada: richa parmar
el 31 de Ag. de 2019
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 comentario
Respuesta aceptada
Muruganandham Subramanian
el 7 de Dic. de 2012
plot(x,y,'r*',x1,y1,'b-')
5 comentarios
Muruganandham Subramanian
el 7 de Dic. de 2012
Editada: Muruganandham Subramanian
el 7 de Dic. de 2012
If the output values from simulink model is present in base workspace, it'll work
Más respuestas (1)
Ver también
Categorías
Más información sobre Graphics Objects en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!