Regarding: Creating a subsystem
古いコメントを表示
Hi,
i have an application where i need to create a subsystem using a GUI.
I have a model with a gain block and a filter block , followed by a scope, where my input is a sine wave.
Now i need to create a subsystem , in which i should include the gain and filter blocks into it (subsystem).
I need to do this using GUI.
The implementation flow is like:
I should select blocks and then i need to click a button on GUI, and then a subsystem should be created in place of blocks.
Can any one please help me in doing this??
Regards
Sriharsha S
採用された回答
その他の回答 (1 件)
Gagik Hakobyan
2012 年 2 月 11 日
0 投票
Simulink.BlockDiagram.createSubSystem(yourSelectedBlocksList) builds a subsystem from the list of blocks, but i do not know how to get the selected blocks list.
カテゴリ
ヘルプ センター および File Exchange で Subsystems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!