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

4 ビュー (過去 30 日間)
Ganesh shyam rayapati
Ganesh shyam rayapati 2021 年 6 月 6 日
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 Center および File ExchangeDesktop についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by