Single-Instance vs Multi-Instance Embedded Coder?

11 Ansichten (letzte 30 Tage)
Matteo Manzini
Matteo Manzini am 8 Jun. 2020
Beantwortet: Mark McBroom am 11 Jun. 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?

Akzeptierte Antwort

Mark McBroom
Mark McBroom am 11 Jun. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by