Signal builder option access by command line
이전 댓글 표시
Hello,
Actually, I'm working on the automatic generation of signal builder blocks. I'm trying to set the option "Signal value after final time" through command lines. But, I didn't find yet the option to change this value.
Could you please indicate me how can I access to this kind of option ?
Thank you
댓글 수: 1
Kaustubha Govind
2011년 6월 23일
I would recommend contacting Tech Support for this question because the Signal Builder API does not publish such an option.
답변 (1개)
Fangjun Jiang
2011년 6월 22일
0 개 추천
I looked into this issue because I like this challenge. I assume you are using signalbuilder() API to set up the Simulink Signal Builder block. It calls sigbuilder_block.p to set up the GUI for the Signal Builder block. There is no source file available for sigbuilder_block.p. The option that you are looking for is in the GUI of the Signal Builder block by clicking menu File>Simulation Options ... I can't find any way to access it through get_param(gcb,...) or through the interface provided by signalbuilder(). So, my answer is No but I will be glad if I am wrong. Someone please show us the way.
카테고리
도움말 센터 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!