Is it possible to add a "configurable subsystem" in a library using add_block command ?
显示 更早的评论
Hi,
I am trying to automatically create library parsing some text file. It works pretty good.
Of course I use add_block and set_param functions.
Now I am trying to add "configurable subsystem" in my library (using add_block) but it does not work...
Is it impossible ?
Does somebody now a way to do it ?
Thank you,
Arnaud Bonneuil
1 个评论
Kaustubha Govind
2012-8-9
Could you specify the exact command that you are using?
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2012-8-9
- can you writte the code that did'nt work
- what is the error message
- here my code to add a configurable subsystem named "sub1" to a lib named "answer_lib" from a model named "model1"
add_block('model1/sub1', 'answer_liib/sub1') ,
类别
在 帮助中心 和 File Exchange 中查找有关 Subsystems 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!