What does "-tf inf" stand for in the command system('rt​wdemo_seco​ndOrderSys​tem -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

채택된 답변

Uday Pradhan
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.
You will find more information in this documentation link.
Hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by