Telling MATLAB to wait

152 views (last 30 days)
Zach
Zach on 12 May 2011
Commented: Ghenam Dahmane on 4 Nov 2022
I'm doing a project and when I run my code, instead of MATLAB plotting the results after every time-step, it's only plotting the end result. I tried using the wait and timeout function but was unsuccessful. If anyone could help me put a 0.5 sec delay so MATLAB has the chance to plot that would be great!

Accepted Answer

Matt Fig
Matt Fig on 12 May 2011
Do you call PLOT after every time-step? After every time-step, call PLOT then cal DRAWNOW. You can also call PAUSE with a time-to-pause argument, but I doubt this is what you really want to do with your code.

More Answers (1)

Sean de Wolski
Sean de Wolski on 12 May 2011
  14 Comments
Matt Tearle
Matt Tearle on 13 May 2011
Thanks, Jiro. I think you've just made a business case for me needing a new computer... :)
Ghenam Dahmane
Ghenam Dahmane on 4 Nov 2022
thanks so match

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!