Is it possible to add a "configurable subsystem" in a library using add_block command ?
Ältere Kommentare anzeigen
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 Kommentar
Kaustubha Govind
am 9 Aug. 2012
Could you specify the exact command that you are using?
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 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') ,
Kategorien
Mehr zu Subsystems finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!