我的Simulink模型正在打印回调到诊断窗口,如何打印到命令窗口?

时间:2014-11-19 19:25:03

标签: matlab simulink

我的Simulink模型中有一个启动函数回调。现在它将所有内容打印到诊断窗口。我尝试过disp,display和fprintf。是否有设置将默认打印设置为命令窗口?

enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

现在看起来默认行为是打印到诊断窗口,并且没有设置来覆盖它。您唯一的选择可能是使用evalin

evalin('base','disp(''hi there'')')

您可以创建一个Service Request,要求将其作为未来的增强功能。 MathWorks可能希望知道这样做的原因,但要证明开发工作的合理性,并将其优先于其他功能。