Simulink/Simscape Model Interogation
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
In the Simscape window, I'd like to allow user to set/modify time in a single cell in the range 0<t<end, and have immediate feedback of various model results within the window, all without rerunniung the model. Any input on how to do that?
![Example.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/261129/image.png)
0 Kommentare
Antworten (1)
Yifeng Tang
am 31 Aug. 2022
Hi Brett,
I think we have discussed this during a meeting. Just put some notes here so more people may benefit from your question.
I think a relatively easy way to do this is to build simple MATLAB App where you can run the model once and save the results to simlog. The app can then query and interpolate into the simlog data based on time input and display the results in the App.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simscape Fluids 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!