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

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 comentarios

John D'Errico
John D'Errico el 6 de Jun. de 2021
What have you tried (on what is obviously homework?) If nothing, why not? If you did try something, then show what you tried.
Hey pls see my description now.

Iniciar sesión para comentar.

Respuestas (1)

Manas Minnoor
Manas Minnoor el 6 de Jun. de 2021

0 votos

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

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 6 de Jun. de 2021

Comentada:

el 8 de Jun. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by