Hello, I'm trying to use Embedded Coder (ver6.11 R2016b) to generate the customized code of a certain model, how to remove the initialize function. Note that under the default configuration I was forced to set the name of it while had no choice.

1 Ansicht (letzte 30 Tage)
UInt16 J_test_ranl ( UInt16 arg_frcarr, UInt32 *arg_x_rarr, UInt32 *arg_cteset)
{
......
}
/* Model initialize function */
void J_test_ranl_initialied(void)
{
}%% how to remove this initialize function part?

Antworten (0)

Kategorien

Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by