フィルターのクリア

Displaying data in 4D

1 回表示 (過去 30 日間)
Jacque
Jacque 2012 年 2 月 21 日
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

回答 (1 件)

Sean de Wolski
Sean de Wolski 2012 年 2 月 21 日
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

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by