Filter löschen
Filter löschen

Set a variable in Simulink workspace from App Designer

2 Ansichten (letzte 30 Tage)
Hello, I have a Simulink model to simulate a solar power plant with a battery. This model uses a variable named "battery_capacity". I want to create an app with App Designer to set the inputs of the model and have an overlook of the outputs.
But somehow I can't manage to run
sim('power_plant.slx')
with my variable updated to the the value of
app.BatteryCapacityEditField.Value
I tried a lot of things but I can't find the righgt way of doing it. Can someone help me ?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 23 Jan. 2024
assignin('base', 'battery_capacity', app.BatteryCapacityEditField.Value);

Weitere Antworten (0)

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by