What function in Matlab is equivalent to the block in Simulink "Transport Delay"?
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to use a delay function that does exactly what the block in Simulink "Transport Delay" does. I tried to use the function "delayseq" but that requires sampling frequency along the time delay. Any idea? Thanks in advance
댓글 수: 2
Walter Roberson
2017년 3월 28일
What is the input that is to be delayed? What does your code use as its clock?
답변 (1개)
Walter Roberson
2017년 3월 28일
ode15s is the wrong function for solving delay differential equations. Have a look at https://www.mathworks.com/help/matlab/delay-differential-equations.html
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!