필터 지우기
필터 지우기

Change name of model_step?

조회 수: 3 (최근 30일)
Zsolt Szekely
Zsolt Szekely 2013년 6월 10일
댓글: dharani k 2020년 2월 5일
Is it possible to change the name of the generated model_step function for embedded coder? For example I wish to generate instead of model_step0(), model_step1(),model_step2() -> I want to have do_work0(),do_work1(),do_work2()...
The reason I need this is that, I already have an RTOS taking care of the different rates, but I don't want to go and change the name of the function call each time I change the name of my model. This way I will have always the same names generated for every model.

답변 (1개)

Eshwar
Eshwar 2013년 6월 18일
Which release of MATLAB are you on? You can go to Configuration Parameters -> Code Generation -> Interface, and then use the Configure Model Function window to specify a custom step or initialize function name.
This link that discusses function prototype control with embedded coder may be helpful
  댓글 수: 1
dharani k
dharani k 2020년 2월 5일
Hi Eshwar,
I'm using Matlab2015a ,Is it possible to change the name of the generated model_step function in embedded coder? For example I wish to generate instead of model_step()->model().
what changes i need to do so that my codes generates only single main function name as model().

댓글을 달려면 로그인하십시오.

카테고리

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