How to display strings on xpc target (Simulink 2014)?
2 ビュー (過去 30 日間)
古いコメントを表示
How can I display a string e.g. 'no error' in a target scope or in the target log box at the bottem right?
0 件のコメント
回答 (1 件)
Suneesh
2014 年 10 月 7 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で String についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!