Function Call Trigger Problem
조회 수: 3 (최근 30일)
이전 댓글 표시
Outport block must be connected to one of the following blocks: an exported function, a Simulink function, an Initialize/Reset/Terminate function, a Merge or Mux block that is driven by exported functions, or a Ground block.
How can i solve this problem? Thank you.
댓글 수: 0
답변 (1개)
Fangjun Jiang
2025년 1월 17일
This "Outport" block seems to output a function call trigger. The message tells you what type of block can receive this signal. This signal is "control/trig" signal. It is different than a typical "data" signal.
댓글 수: 2
Fangjun Jiang
2025년 1월 19일
Show or attach your model. It is not clear what you try to do based on your description and how it is related to "function call trigger" output.
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!