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!