How can I influence the Simulink auto generated code to not compile a bus as a constant instance

조회 수: 1 (최근 30일)
I would like to modify certain variables found in a bus that was auto generated as a constant:
// Constant parameters (auto storage)
const ConstP_Main_ConstP = {
// Expression: ConfigParam_param
// Referenced by: '<Root>/ConfigParam_param'
What influences the code generator to treat is as a constant. How can i force Simulink and Matlab coder to generate it as code that I can modify in a wrapper?

답변 (0개)

카테고리

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