Simulink model calling with appDesigner

10 views (last 30 days)
Hello.
If I have a completed simulink model with the scopes, is there any way to run that model by pushing a button on AppDesigner to make this model execute and get some result back, for example from scopes to make the plot or etc. I need to visualise a model and I've looked for something like sim() load() etc. Аs I am a newby I cannot put it all together.

Answers (1)

stozaki
stozaki on 5 Feb 2020
I can't answer whole of your problem. but I create simple App.
It has 2 button. One is execute simulation the other is open scope block. It is simple example helping you.
Please see following URL as references.
  2 Comments
Volodymyr Zomber
Volodymyr Zomber on 6 Feb 2020
Thanks for your answer. I've already resolved my issue. The deal was in returning values. I added block 'To workflow' (with unique names to get access to them) to my schemas and it got values back after simulating process so I could use data to make plots.
saleh said bouhliga
saleh said bouhliga on 16 Oct 2020
hi
Solution to your question see here
https://se.mathworks.com/matlabcentral/fileexchange/73613-interface-between-matlab-app-and-simulink?s_tid=answers_rc2-1_p4_Topic

Sign in to comment.

Categories

Find more on View and Analyze Simulation Results in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!