How to interrupt a callback while it's calling another function?

6 ビュー (過去 30 日間)
Niko
Niko 2015 年 1 月 13 日
コメント済み: Niko 2015 年 1 月 14 日
Hi All,
The callback of a GUI button in my program calls another function (which takes a long time to run). Is there a way to interrupt this callback while that other function is running? It seems like setting 'Interruptible' to 'on' only works within that callback...
Thanks,
Niko

採用された回答

Image Analyst
Image Analyst 2015 年 1 月 13 日
You can set a global variable that the routine checks periodically. See the FAQ for methods to do that: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
  1 件のコメント
Niko
Niko 2015 年 1 月 14 日
just added some pauses to the other function and it solved the problem... seems like you need to manually introduce some 'intervals' for MATLAB to process that interrupting callback. Thanks for your help!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by