Azzera filtri
Azzera filtri

Why do I not see local variable name in the generated code when using 'Auto' storage class in Embedded coder?

6 visualizzazioni (ultimi 30 giorni)
Local variable names are not generated properly and some times they are missing in the generated code though i resolved with 'Auto' storage class.

Risposte (1)

Jonas
Jonas il 5 Lug 2019
Modificato: Jonas il 5 Lug 2019
You should change the storage class to 'Model default' or any other that fits your needs. Embedded Coder sometimes does not use local variable names in case they are not used for optimization reasons.
Please see here for more info.

Categorie

Scopri di più su Deployment, Integration, and Supported Hardware in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by