How to display strings on xpc target (Simulink 2014)?
显示 更早的评论
How can I display a string e.g. 'no error' in a target scope or in the target log box at the bottem right?
回答(1 个)
Suneesh
2014-10-7
0 个投票
Scopes do not support strings since scopes display Simulink signal values which are always numeric. PRINTFs in S-Functions appear in the log box. This is resource intensive (as is the case with writing to display in any situation) and should not be used too frequetly.
类别
在 帮助中心 和 File Exchange 中查找有关 Target Computer Setup 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!