How to store Appdesigner parameters in MATLAB workspace?

1 visualización (últimos 30 días)
Farzam Malmir
Farzam Malmir el 9 de Abr. de 2018
Editada: Farzam Malmir el 29 de Mayo de 2018
Hi,
I have a Simulink model of a car and need to design a GUI in order for the users to change the desired parameters such as drive cycle. I want the users to have as low interaction as possible with the Simulink model. I have already designed the GUI but there is still a major problem remains unsolved.
I have to first manually run the initialization m file in order to have all the required initial parameters in workspace (which are necessary to run the Simulink model). When running the initialization file from Appdesigner, it seems it stores the loaded data and doesn't load anything into workspace (While I need to have data in workspace). This is a very major problem because it doesn't make sense that the user first run the file in MATLAB and then return to the Appdesigner. (It's somehow weird and pointless)
I would be grateful if anyone who has experienced a similar problem before or has any idea of solving this issue, help me on this matter.
Note that I found this thread and tried to use assignin and export2wsdlg commands, but I got error. Please also let me know how I can use them. I'm probably missing something.
Thanks in advance.

Respuesta aceptada

Birdman
Birdman el 10 de Abr. de 2018
Editada: Birdman el 10 de Abr. de 2018
For initializing the parameters, you may use InitFcn in your Simulink model. It is located at File->Model Properties->Model Properties->Callbacks. Once you write your initialization code there, every time your model is opened, the parameters are going to be automatically loaded. Therefore, you won't have to do anything more with your app about initializing the parameters.
  2 comentarios
Farzam Malmir
Farzam Malmir el 14 de Mayo de 2018
Thank you so much. The problem solved by initializing the Simulink model using a callback function.
Birdman
Birdman el 14 de Mayo de 2018
Ok, you can accept the answer if it helped.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by