Embedded coder parameter handling
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Girish Jadhav
il 17 Feb 2020
Modificato: Benjamin Thompson
il 10 Feb 2022
Hello, in Embedded coder when I geneate the Code it will only generate the variables which is used in my model. But I want all the variables which is present in the base workspace. I am using the Mpt.Parameter as objects. Is there any way for this? Thanks
0 Commenti
Risposta accettata
Benjamin Thompson
il 8 Feb 2022
You must use a variable in your model somewhere in order for embedded coder to generate references to it in your code. Otherwise how will it know where to put the references?
1 Commento
Benjamin Thompson
il 10 Feb 2022
Modificato: Benjamin Thompson
il 10 Feb 2022
If your question has been answered please mark it as accepted.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deployment, Integration, and Supported Hardware in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!