How to connect existing simulink signal to an input port of the block programmatically?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
goerk
el 11 de Abr. de 2016
You can use the command:
h = add_line('sys','oport','iport')
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!