필터 지우기
필터 지우기

Simulink code generation: How can I add parameters to the generated functions from simulink models?

조회 수: 2 (최근 30일)
Hi,
I am working with Simulink and Embedder coder. I am generating C code, but I would like to change the parameters from the generated functions. For example, I get:
void Generated_function(void){}
And I want:
void Generated_Function(int i, int e){}
Do you know how can I get this ? how can I modify my simulink model to get this output?
I'd really appreciate your help.

답변 (1개)

Sachin Kumar
Sachin Kumar 2017년 5월 8일

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by