Single-Instance vs Multi-Instance Embedded Coder?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matteo Manzini
le 8 Juin 2020
Réponse apportée : Mark McBroom
le 11 Juin 2020
What's the main difference between single-instance and multi-instance code generated from the embedded coder and how do they compare in terms of performances?
0 commentaires
Réponse acceptée
Mark McBroom
le 11 Juin 2020
For single instance the generated code will use global data to hold state and parameter information. For multiple instance, state and parameters are passed into the code via argument list. The calling code needs to allocate unique storage for each instance of the of the generated code.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!