How to prevent Matlab Coder from declaring locals as statics?
Afficher commentaires plus anciens
Matlab Coder sometimes marks certain local arrays as static. Although this of course saves time in stack setup, it makes the whole function thread-unsafe. How do we suppress this optimization?
(I apologize - I lost my example code.)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Function Definition dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!