I have just found out that I can use the assignin function. However, I do not think this is an elegant solution as I will have to write a lot of lines just assigning the variables in base workspace.
Sharing data among AppDesigner, Functions and Simulink Model.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Vitor Henrique Madureira Biajo
il 24 Gen 2021
Modificato: Vitor Henrique Madureira Biajo
il 29 Gen 2021
Hi,
I have been having an issue using AppDesigner, which does call a script .m file, but the variables do not load into the base workspace (which I use in my Simulink model). I have already tried to change the .m file to a function assigning the variables globally. However, they are still not shared with my Simulink application.
How should I design "the system architecture" to use the AppDesigner which calls a .m file and consequently a Simulink model? How can the data be shared among these three applications?
Thank you.
1 Commento
Vitor Henrique Madureira Biajo
il 24 Gen 2021
Modificato: Vitor Henrique Madureira Biajo
il 27 Gen 2021
Risposta accettata
Sai Veeramachaneni
il 27 Gen 2021
Modificato: Sai Veeramachaneni
il 27 Gen 2021
Hi,
You can use assignin function to assign variables in base workspace, also try methods suggested here.
Hope it helps.
1 Commento
Vitor Henrique Madureira Biajo
il 29 Gen 2021
Modificato: Vitor Henrique Madureira Biajo
il 29 Gen 2021
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!