필터 지우기
필터 지우기

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

조회 수: 11 (최근 30일)
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

답변 (1개)

goerk
goerk 2016년 4월 11일
You can use the command:
h = add_line('sys','oport','iport')

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by