MException fallback for Matlab 6.5
古いコメントを表示
The new MException object for try catch expressions is very nice. Unfortunately I still have to support Matlab 6.5. Does anybody use a workaround, such that catch ME is still valid in the historic Matlab versions?
採用された回答
その他の回答 (1 件)
Jan
2012 年 1 月 28 日
7 件のコメント
Walter Roberson
2012 年 1 月 28 日
Thanks. Can timer callbacks be started at comma in >= 7.4 ?
Daniel Shub
2012 年 1 月 28 日
When did timers start working asynchronously? I am pretty sure that at one point timers operated in the main thread and waited patiently for drawnow (or something else to flush the event queue). I first became aware of the asyncronus timer from slide 31 here: http://www.scottgorlin.com/wp-content/uploads/2008/01/day2.pdf
It seems to suggest the change was between 7.4 and 7.6.
Walter Roberson
2012 年 1 月 28 日
Interesting slides.
Jan
2012 年 1 月 29 日
Daniel Shub
2012 年 1 月 29 日
@Jan, can you confirm that the timers in 6.5 are asynchronus
Daniel Shub
2012 年 1 月 30 日
@Jan, Thank you for that. I keep learning new things about how badly behaved timer objects are.
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!