Azzera filtri
Azzera filtri

Create new workspace

23 visualizzazioni (ultimi 30 giorni)
Adrian Dronca
Adrian Dronca il 11 Gen 2012
Commentato: Jared Van Cor il 22 Giu 2021
Hello all,
I have a mask(loads a GUI) with many variables that also exist in base. I want to be able to use the mask block more than 1 in my Simulink models.
I want to create a new workspace everytime i place the block in the model and i configure it.
If you have any ideas how i can solve this, please share.
Thanks in advance !

Risposte (2)

Daniel Shub
Daniel Shub il 11 Gen 2012
This is what functions do. Pass what you need to a function, and then it is a protected workspace.

Adrian Dronca
Adrian Dronca il 11 Gen 2012
Yes but when you close the GUI, the function ends and all the data will be lost. I need to held all data from all the blocks in the model, for example i put 3 times the block i want each one to have its own data.
I need a way to transmit the data from the GUI to the Mask if I have 2-3 blocks at the same time.
  1 Commento
Jared Van Cor
Jared Van Cor il 22 Giu 2021
This is probably too little too late, but look at assignin
assignin("base","variable",app.variable)
This will take the variable in your app and pass if to your primary default workspace. You can also pass to other workspace.

Accedi per commentare.

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by