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!