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!