Bode plot in Matlab

How would I code in Matlab if I want a bode plot of:
1000/((s/100 + 1)*(s/100000 + 1))
I have tried some ways, but dont get the same result as how I done it by paper. And I'm pretty sure i done it correct on paper.

Respuestas (1)

Sebastian Castro
Sebastian Castro el 10 de Oct. de 2015

0 votos

In your previous question, I mentioned a few ways for you to create that transfer function... although, your numerator seems to have changed by a factor of 100.
Next, you just have to type
>> bode(sys)
- Sebastian

La pregunta está cerrada.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 10 de Oct. de 2015

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by