How can I simulate a model ın matlab guı?

4 views (last 30 days)
bayram özmen
bayram özmen on 13 Dec 2017
Answered: Pratik on 17 Dec 2024
I have a simulink model and ı am creating gui. when ı pushed the button ı want to simulate my simulink model directly. How can I do this?

Answers (1)

Pratik
Pratik on 17 Dec 2024
Hey Bayram,
Function callback can be used to simulate a model from GUI.
'sim' function can be used to simulate a model programmatically.

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!