How should I run a simulation in simulink so that the simulation matches the real time clock?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have made a battery charging and discharging model wherein I have used a variable type solver.
But I need the simulation to run with the real time clock.
My problem is that if I give the simulation time as 100 s then the simulation gets completed much earlier.
댓글 수: 0
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2012년 12월 27일
편집: Azzi Abdelmalek
2012년 12월 27일
If you have a Real time windows target toolbox you can simulate on real time
댓글 수: 1
Azzi Abdelmalek
2012년 12월 27일
편집: Azzi Abdelmalek
2012년 12월 27일
If you have'nt this toolbox you can use an interpreted matlab function where you will put the code pause(n). n is your step time
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!