Timer function and standalone display issues
显示 更早的评论
I have a rather large program, that has at one point a timer object. The issue I'm facing is the following: The following code segment
disp('starting')
start(timerobj)
disp('started')
where the timerfnc of the timerobj also displays text as first task - yields only starting started
But all text, that is displayed in the timerobj does not work. All other stuff in the timer works (the hardware communication, the GUI-interaction, everything) except for the display (or fprintf) commands. This happens in the standalone-compiled version, whoever, when I perform this in MATLAB (R2007b or R2010b, same probs) it works.
Does anyone have an idea where the issue might be?
Regards RS
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Code Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!