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
Walter Roberson 2019년 4월 25일
Is it possible to set_param it before you sim() ?
Ling Jiang
Ling Jiang 2019년 4월 25일
Thanks for the response. Let me make it clear. For example, I defined "a = somebin.bin" before running simulation, and assign a as the filename in that binary file writer block. The output file from SimuLink is "a", not "somebin.bin". I guess it treats "a" as an actual filename. My question is how to pass "somebin.bin" as a filename?

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2019년 4월 25일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Event Functions에 대해 자세히 알아보기

제품

릴리스

R2017b

태그

질문:

2019년 4월 25일

답변:

2019년 4월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by