how can I make the signalbuilder run
조회 수: 2 (최근 30일)
이전 댓글 표시
can I run the signalbuilder through Matlab script's ? if yes, so how ?
thank you
댓글 수: 0
답변 (3개)
Abhiram Bhanuprakash
2015년 6월 22일
Hi Ahmed,
So, you can create a Simulink model with a signal builder block and then use sim to run it by command line.
You can also set block parameters of a Simulink block using set_param. You can query them using get_param. You can use these functions on the signal builder block to set or query block parameters.
Hope this helps,
Cheers!
Abhiram
Anthony Poulin
2015년 6월 24일
편집: Anthony Poulin
2015년 6월 24일
Hello,
Do you want to select a specific group of your signal builder?
If YES, use the command: signalbuilder(block, 'activegroup', index) which sets the active group with the index that you specified. Then run your simulation, with the "sim" command (like Abhiram says).
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!