App Designer interaction with SIMSCAPE?

34 Ansichten (letzte 30 Tage)
Stone
Stone am 21 Okt. 2024
Beantwortet: Aniket am 19 Nov. 2024 um 4:53
I use this code to interact App Designer with simulink can work well,but can not work in simscape,why?
how can I interacr App Designer with simscape?
code:
  1. simInp = Simulink.SimulationInput('untitled');
  2. simInp = simInp.setVariable('a',app.EditField.Value);
  1 Kommentar
Aravind
Aravind am 22 Okt. 2024
Hi @Mary,
Interaction between App Designer and Simscape can be achieved in a similar fashion to normal Simulink models. Could you please describe your problem in more detail, with the supporting model files if possible? This will help in identifying and debugging the issue.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Aniket
Aniket am 19 Nov. 2024 um 4:53
Hi @Stone,
As Aravind mentioned, the interaction between App Designer and Simscape is similar to interaction with Simulink.
Please refer to the following MATLAB article for detailed instructions on using the "sim" command within App Designer.
I've also attached an MLAPP file (RC_app.mlapp) and a Simscape model (RC_simscape.slx). You can configure the resistance and voltage settings from the app and view the plot directly within it. This should provide guidance on how to proceed.
Hope this helps!

Kategorien

Mehr zu Statics and Dynamics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by