loop pause continue manipulator
Version 1.0.0 (1.61 KB) by
raym
This small panel can pause during a loop by switch the button anytime. If switch to pause, next loop will pause,, until switch continue.
This small panel can pause during a loop by switch the button anytime.
If switch to pause, next loop will pause,, until switch continue.
% =======Demo=========
aStopper = RMD_stopper('myProgramName',{'pause','continue'},2); % 2 means initial status
for i = 1 : 34
while ~aStopper.check;pause(10);continue;end
% your loop here
end
Cite As
raym (2026). loop pause continue manipulator (https://www.mathworks.com/matlabcentral/fileexchange/107524-loop-pause-continue-manipulator), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2021b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
