How to use real-time variable without slowing down the simulation

1 view (last 30 days)
Hi,
I need to include time to refer to in my simulation, but since the simulation itself runs way faster than real-time i cannot use the standard clock block. I'm aware there are lots of solutions that slow down your simulation to near real-time by putting load on the cpu or pausing the simulation to compensate for the simulation speed, but i'd like to avoid that. Is it also possible to use a real clock that runs up with the actual seconds that the simulation runs?
Cheers

Answers (0)

Categories

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