Azzera filtri
Azzera filtri

Change Simulation parameter at run-time

2 visualizzazioni (ultimi 30 giorni)
Giuseppe Rocca
Giuseppe Rocca il 28 Apr 2021
Risposto: Jinal il 15 Mag 2024
Is there a way to simulate a simulink model on host and change the value of the constant blocks or inputs at run-time by means of an appropriate GUI and to display the value assumed by outputs / test-points on the same GUI?

Risposte (1)

Jinal
Jinal il 15 Mag 2024
Hi Giuseppe,
You can create an app using the App Designer to modify the values of Simulink block parameters.
To know more about building apps using App Designer, you can refer to this documentation page: https://www.mathworks.com/help/matlab/app-designer.html
In the created app, using numeric "Edit Field" components and the "set_param" function, you can interactively modify Simulink block parameters. Have a look at the following MATLAB Answer for more details.

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by