loop pause continue manipulator

Version 1.0.0 (1,61 ko) par 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.
1 téléchargement
Mise à jour 4 mars 2022

Afficher la licence

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

Citation pour cette source

raym (2024). loop pause continue manipulator (https://www.mathworks.com/matlabcentral/fileexchange/107524-loop-pause-continue-manipulator), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2021b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0