Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Ganesh shyam rayapati
Ganesh shyam rayapati am 6 Jun. 2021
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 Kommentare
John D'Errico
John D'Errico am 6 Jun. 2021
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 am 8 Jun. 2021
Hey pls see my description now.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu Desktop finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by