Borrar filtros
Borrar filtros

Simulink coder can not initialized internal array

3 visualizaciones (últimos 30 días)
ALEX HGNAGE
ALEX HGNAGE el 18 de En. de 2022
Respondida: Mark McBroom el 29 de En. de 2022
i have a model using legacy code to make an s-function to add an c fuinction into model, and i need set an array into it make it can calculate and change it
Here is my model below, i set an simulink object specify the variable can be trace
I found this array can not generate for an initialize value which shoud be "uint8_T rtb_sfcnSIL_HelpPutCSigWrap[8]={0}" for a correct action.
which way could let me add for internal initialize for array?

Respuestas (1)

Mark McBroom
Mark McBroom el 29 de En. de 2022
Your legacy code created s-function is not correct. The input argument u1 is a scalar U16. When setting up the legacy code tool you need to set up the u1 parameter to be a vector similar to what you did for the y1 argument.

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by