Binary File Writer in Simulink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ling Jiang
am 25 Apr. 2019
Beantwortet: Walter Roberson
am 25 Apr. 2019
Hi,
For the binary file writer block in Simulink, is it possible to make file name as a input variable? I'm running parsim, so for each simulation, I'm expecting a separate file.
Thanks!
2 Kommentare
Akzeptierte Antwort
Walter Roberson
am 25 Apr. 2019
It is not possible in any current release to bring the file name in on a port or to specify the name of a variable or data registry.
However, you should be able to use set_param() to change the file name associated with the block before you call sim()
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Event Functions 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!