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!