how to run a while loop until esc is pressed?

8 vues (au cours des 30 derniers jours)
Orel Levy
Orel Levy le 23 Oct 2017
Commenté : Orel Levy le 24 Oct 2017
I need to run a loop that reads data off a serial port until i want to break it. i am using: {while true out = fscanf(obj); data_vec = sscanf(out,formatSpec, [1,130]); [w_vec,acc_vec] = IMU_DATA(data_vec); W = [W,w_vec]; ACC = [ACC,acc_vec]; end} I was wondering how can i use a callback function to stop the loop when i hit the esc key, without using ctrl +C?

Réponse acceptée

Jos (10584)
Jos (10584) le 23 Oct 2017
I, the author of stoploop, suggest the function STOPLOOP: https://uk.mathworks.com/matlabcentral/fileexchange/20455
;)

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by