I am trying to simulate descriptor (singular) systems with time delays!
조회 수: 5 (최근 30일)
이전 댓글 표시
I am trying to simulate descriptor (singular) systems with time delays, but I don't know how. I checked dde23, but no hope. Any ideas?
the system is as follows,
EXdot(t)=AX(t)+BX(t-Tau)
댓글 수: 1
mo hua
2017년 3월 7일
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.
답변 (1개)
M
2017년 11월 16일
You can define your system using the
dss
function and specify the delay with the specific option and then use
lsim
to simulate your model.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!