How to put Delay in simulink blocks

조회 수: 7 (최근 30일)
Arun Badigannavar
Arun Badigannavar 2012년 11월 29일
I want add two constants values (1:1:100)one after other and display one by one,, with some delay,,,

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 29일
편집: Azzi Abdelmalek 2012년 11월 29일
If you are runing your simulink model in a normal mode, the execution will be done almost instantly, you need to run your model in real time, which will require a RTW toolbox, you also can do it by adding an Interpreted Matlab unction block (Formerly named Matlab function) and insert Pause command, The unit delay block also is required

추가 답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 11월 29일
You can use unit delay block.
Hope it helps!!
  댓글 수: 3
Sachin Ganjare
Sachin Ganjare 2012년 11월 29일
Did you tried Tapped Delay block?
Arun Badigannavar
Arun Badigannavar 2012년 11월 29일
No its not working out,,I dont want to add anything to my present value,it has to just stop for little time then it shud display

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by