What does "-tf inf" stand for in the command system('rtwdemo_secondOrderSystem -tf inf &')
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Sylvain
am 12 Okt. 2020
Beantwortet: Uday Pradhan
am 15 Okt. 2020
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 Kommentare
Akzeptierte Antwort
Uday Pradhan
am 15 Okt. 2020
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!