Define array to be code generated as static

7 visualizaciones (últimos 30 días)
Michel C
Michel C el 18 de Mayo de 2021
Respondida: Darshan Ramakant Bhat el 18 de Mayo de 2021
Hello!
I'm using Matlab Embedded Coder to generate C code from my matlab function. I have a matrix which I want to be declared as static in the resulting C code (due to memory allocation issues, out of my control). Is there a way in the Matlab code to make sure that Embedded Coder generates this particular matrix as a static array? I've tried creating it as a persistent variable in Matlab but Embedded Coder seems to just ignore that.

Respuestas (1)

Darshan Ramakant Bhat
Darshan Ramakant Bhat el 18 de Mayo de 2021

Categorías

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

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by