How to display Simulink simulation time?

3 views (last 30 days)
Hi, folks!
How to display a Simulink simulation time outside Simulink environment?
Thanks in advance!

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 18 Jul 2014
Edited: Azzi Abdelmalek on 18 Jul 2014
You can use a clock block and to workspace block

More Answers (1)

Hugo Mendonça
Hugo Mendonça on 18 Jul 2014
This is useful when you have the simulink open. However, when you use:
load_system('model') sim('model')
it is not possible to see how progress the simulation. So, it would be interesting to show the progress simulation in a GUI, for example.
Thanks for your answer! Cheers!

Categories

Find more on Simulink Functions 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!