.m file variable to simulink model
조회 수: 1 (최근 30일)
이전 댓글 표시
How can I use a variable used in .m file into the simulink model?
댓글 수: 0
채택된 답변
Danilo NASCIMENTO
2013년 11월 14일
You can use a block called "from workspace" in simulink source library.
댓글 수: 2
Michael Herold
2014년 9월 25일
Hi,
i'm not sure if you still have this problem, but when you use a 'From workspace' block you need a signal vector and a time vector. Otherwise the simulation would not know to which time a certain signal value belongs.
If you just have a constant signal over time, you can just put the name of your variable in workspace as value of the constant in the block. It's works also for gains and parameters of masked subsystems (like amplitude of sinus source block)
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!