Question about run executable(Generated by simulink code) in cmd
Ältere Kommentare anzeigen
Hello,
I was learning the example "Run Batch Simulations Without Recompiling Generated Code" in help documentation.
In the M file, there are two sentences:
runstr = ['.', filesep, 'rtwdemo_rsimtf -p params',num2str(i),'.mat', ' -v'];
runstr = ['.', filesep, 'rtwdemo_rsimtf -f rsim_tfdata.mat=sweep', ...
num2str(i),'.mat -v -tf 4.096'];
My question is about these 2 sentences:
- what's the function of '.' at the start the bracket?
- what do '-p', '-v' and '-f' mean?
Thanks!
1 Kommentar
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Code Generation Output finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!