Simulink variable number of input to a block
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nicolas B.
am 17 Jul. 2019
Kommentiert: Sami
am 25 Jan. 2023
Hello,
For a few of my self-developed blocks in Simulink, I would like to have a variable similarly to the "Product" block (see below).
I was trying to use a callback function which adds or deletes inputs programmatically. However, this method is not very practical if you want to have a library because you have to break the link to the library in order to change the number of inputs.
Is there a better solution to perform that?
Regards
Nicolas

1 Kommentar
Sami
am 25 Jan. 2023
Hello Nicolas. I am having a same issue. I need to create a block with configurable number of inputs.
Could you please share a simple example of how such a block can be made?
Bes regards
Sami Tabbakh
Akzeptierte Antwort
Fangjun Jiang
am 17 Jul. 2019
It could be done.
First, understand this
Second, construct your model with many Terminator blocks.
Last, run replace_block() in your callback based on your parameter, replace Terninator block with Inport block.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!