Displaying data in 4D
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm not very accustomed to plotting complex graphs using MATLAB so any help would be sufficient.
I have to plot a series of points over time (x,y,z and time) and I was wondering how I could do this.
The x and y points are constant but the z points are calculated constantly from a for loop so how can I go about this?
And if possible, is there a way I could plot a 'moving' or 'living' graph? I don't know the complexity of the graphics function and I have very little experience in that sector
Thanks
0 comentarios
Respuestas (1)
Sean de Wolski
el 21 de Feb. de 2012
You could plto it with time by using a for-loop with pause() or even better a timer. To plot in 3d, there are many tools, it depends on what type of visualization you want. Some places to look:
doc scatter3
doc mesh
And references for above:
doc timer
doc pause
0 comentarios
Ver también
Categorías
Más información sobre Line Plots 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!