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에서 Exception Handling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!