필터 지우기
필터 지우기

Code to find transfer function of 1-e^(-2t)+sin(t)

조회 수: 2 (최근 30일)
Ganesh shyam rayapati
Ganesh shyam rayapati 2021년 6월 6일
댓글: Ganesh shyam rayapati 2021년 6월 8일
I want to find the transfer function of this 1-e^(-2t)+sin(t) using matlab code. I tried a code like this, S
Sym t;
Y=1-exp(-2t)+sin(t);
Here it self i *got error* showing 't' undefined.
  댓글 수: 2
John D'Errico
John D'Errico 2021년 6월 6일
What have you tried (on what is obviously homework?) If nothing, why not? If you did try something, then show what you tried.
Ganesh shyam rayapati
Ganesh shyam rayapati 2021년 6월 8일
Hey pls see my description now.

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

답변 (1개)

Manas Minnoor
Manas Minnoor 2021년 6월 6일
Hi Ganesh,
Please refer to the following link:
The tf function may be what you are looking for.
Hope this helps.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by