Is it possible to add a "configurable subsystem" in a library using add_block command ?
Show older comments
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 Comment
Kaustubha Govind
on 9 Aug 2012
Could you specify the exact command that you are using?
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 9 Aug 2012
- 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') ,
Categories
Find more on Subsystems in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!