In MatLab How can we stop/start process during processing?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Nipon Waiyaworn
I have tried to write MATLAB code for creating animation by using linear transformation, so I want to stop process during processing and then start process during processing. such I have stopped process for 5 seconds after that I start process.I don't know a command that should be used in my work. Please everyone help me.
 
Physics news on Phys.org
Look at pause(5) to pause for 5 seconds and then continue.
 
  • Like
Likes   Reactions: Baarken