What does "-tf inf" stand for in the command system('rtwdemo_secondOrderSystem -tf inf &')
1 回表示 (過去 30 日間)
古いコメントを表示
I have just completed the tutorials on Simulink Coder,
I would like to know what are the parameters -tf inf doing . Does anyone know?
Thanks
0 件のコメント
採用された回答
Uday Pradhan
2020 年 10 月 15 日
Hi Sylvain,
The -tf switch is used to override the stop time that was set during code generation, for example:
model -tf n
The program will then run for n seconds. If n = inf, the program will run indefinitely.
Hope this helps!
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!