Binary File Writer in Simulink
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2019-4-25
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Event Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!