How do I manage the Model configuration parameters when using variant with several system targets ?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
cedric manoury
il 27 Lug 2022
Commentato: cedric manoury
il 4 Ago 2022
My objective is to be able to generate the code of a model to several system targets.
By using variant subsystems, I'm able to select the target's specific blocks but not the model configuration parameters.
Is there a way?
0 Commenti
Risposta accettata
Fangjun Jiang
il 27 Lug 2022
You can have multiple model configuration sets saved with the model and switch them. It can be done manully or through API.
5 Commenti
Fangjun Jiang
il 29 Lug 2022
Indeed, I didn't find a way to link them, not even some type of callback to use the API to switch model configuration.
If you are using later versions, please consider the "sim codegen switching" for "variant conrol mode". You might be able to switch codegen target directly in variants.
R2017b is too old. It doesn't have this capability.
Search "sim codegen switching" at this link
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Component-Based Modeling 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!