How do I code this to my transfer function ?

I am a beginer in matlab, I just studied it recently and I wonder how to write these equation about transfer function. I understand basic input for the transfer function but I cannot figure out how to type in the e variable and the ^-4 same goes for the 2nd one with the e^-30s

답변 (1개)

Sam Chak
Sam Chak 2022년 3월 10일

0 개 추천

Hi @Jay
To represent time delays in linear systems, you can write something like
G = tf(1,[1 10],'InputDelay', 4)
or
G = tf(1,[1 10],'OutputDelay', 30)
For more info, please check

댓글 수: 3

Jay
Jay 2022년 3월 10일
Hey, thanks for the answer. for some reason it doesn't give me the result I wanted, in ended up like this instead of like what the example gives.
Instead of making it 14.49e^-4s it turn it like that. Is it the same? I don't really understand. Thank you!
Sam Chak
Sam Chak 2022년 3월 10일
Can you show what the expected result or response is?
Sam Chak
Sam Chak 2022년 3월 10일
Okay, I've got what you tried to say.
Mathematically, is the same as .
Hope it helps.

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

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

제품

질문:

Jay
2022년 3월 10일

댓글:

2022년 3월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by