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!