How to generate new line instead of \n, when using c printf in Stateflow

1 回表示 (過去 30 日間)
Jalil
Jalil 2013 年 4 月 4 日
Hi, I would like to use C printf in Stateflow charts and i'm tryng to print tab and new line. The transition code looks like : { printf("Waiting \t My program \n"); }
In simulation it's working fine, text is correctly printed in Matlab console, but the generated code by "Embedded coder" looks like : printf("Waiting \\t My program \\n");
How to prevent code generation to add '\' before new line and tab ? Thanks

回答 (1 件)

Kushagra
Kushagra 2013 年 5 月 4 日
try char(10)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by