Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Function Callback going to a different line

1 visualización (últimos 30 días)
Marcus Blackburn
Marcus Blackburn el 5 de Abr. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
When a GUI is running and a callback (like a buttonpress) is initiated, it goes to the callback, does the thing the callback tells it to, then goes back to the line of code it was on before the callback was initiated. How do you get it to go to a different line of code after the callback? If clarification is needed I can provide it. It's an odd question.
  4 comentarios
Jan
Jan el 5 de Abr. de 2017
This is a limitation of imrect. You could use rbbox or dragrect instead. Or start imrect only by a callback of the WindowsButtonDownFcn, when the mouse is pressed. Then you can proceed with the code freely.
Marcus Blackburn
Marcus Blackburn el 5 de Abr. de 2017
Thank you

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by