optimize global data access parameter changes to none while building
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Naini Dawar
el 28 de Mzo. de 2017
Respondida: Sonam Gupta
el 31 de Mzo. de 2017
In generating the code, the "optimize global data access" parameter if manually changed to "Minimize global data access" itself changes to none while building. What are the pre requisites for code to avoid global data and use local variables for declarations inside a function
0 comentarios
Respuesta aceptada
Sonam Gupta
el 31 de Mzo. de 2017
"Optimize global data access" parameter shows up only if you generate code using embedded coder. In order to set its value to "Minimize global data access", you need to enable "Signal storage reuse" parameter.
You can build the model using 'Build Model' option. The keyboard shortcut for the same is 'ctrl + B'.
Hope this helps!
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Embedded Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!