필터 지우기
필터 지우기

How to get C-code generated from Simulink systems to have same I/O names as the I/O port name of the block?

조회 수: 3 (최근 30일)
I have a Simulink model with multiple systems connected with each other. When I do code generation for a specific system in the model, what config settings should I use so that in the generated C-code (using Simulink/embedded coder), the I/O names (e.g. in ert_main.c) are consistent with the corresponding I/O port names in the block. Currently, the I/O names in the C-code seem to inherited from output ports of upstream blocks, which is undesired.

답변 (1개)

Satishkumar Aruljothi
Satishkumar Aruljothi 2016년 8월 11일
You need to make the particular/desired subsystem to atomic. MATLAB treats it as single unit with input and output.
right click on the subsystem and in properties select "Treat as atomic"

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by