I am trying to simulate descriptor (singular) systems with time delays!

조회 수: 5 (최근 30일)
Hassan Dehghani
Hassan Dehghani 2016년 2월 25일
답변: M 2017년 11월 16일
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
mo hua 2017년 3월 7일
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.

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

답변 (1개)

M
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.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by