フィルターのクリア

Plotting in semi-realtime

2 ビュー (過去 30 日間)
Caleb
Caleb 2013 年 7 月 25 日
I'm putting together a GUI containing multiple time-dependent plots. I want to take data that has already been collected and allow the user to control how fast it is displayed on the graphs. Effectively, I want the user to be able to control time with stop, start, FF, and Rewind (though Rewind is not so important).
How do I control how fast MATLAB performs commands?

回答 (2 件)

Iain
Iain 2013 年 7 月 25 日
pause(delay_time)
That's likely what you're looking for.
  1 件のコメント
Caleb
Caleb 2013 年 7 月 25 日
Would that have to be done within a loop, so I could pause a certain amount of time between each iteration?

サインインしてコメントする。


Jan
Jan 2013 年 7 月 25 日
You can use a timer to perform changes with a specified rate:
doc timer

カテゴリ

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