Azzera filtri
Azzera filtri

How can I interact with a Simulink model from an App Designer app or MATLAB function using the 'sim' command?

11 visualizzazioni (ultimi 30 giorni)
I use the 'sim' command to run a Simulink simulation using MATLAB code. I would like to define inputs and parameters for my model, as well as post-process the simulation output in MATLAB code.
As long as I use a simple MATLAB script, everything works fine, but once I try to do the same from within a MATLAB function or App Designer app, I get errors such as:
Variable 'simin' has been deleted from base workspace.
Unrecognized function or variable 'simout'.
How can I simulate the model in the function workspace?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 24 Mag 2024
Modificato: MathWorks Support Team il 27 Mag 2024
Rather than changing the workspace that Simulink interacts with, the recommended way to apply variable overrides from a function is to use the setVariable() method on SimulationInput objects. The simulation input object provides better containerization, traceability, and reuse across workflows. We recommend adapting your script to use the "SimulationInput" object:

Più risposte (0)

Categorie

Scopri di più su Verification, Validation, and Test in Help Center e File Exchange

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by