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

14 visualizaciones (últimos 30 días)
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

Respuestas (1)

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by