Filter löschen
Filter löschen

How to connect existing simulink signal to an input port of the block programmatically?

6 Ansichten (letzte 30 Tage)
Hi
I want to connect existing simulink signal to an input port of the block programmatically. I have a signal handler and block handler. How I can do it programmatically?
Thank you

Antworten (1)

goerk
goerk am 11 Apr. 2016
You can use the command:
h = add_line('sys','oport','iport')

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by