How to indicate that there are no zeros for a transfer function for the command zpk?
57 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Batool Khader
el 2 de Abr. de 2020
Comentada: Batool Khader
el 2 de Abr. de 2020
I have the transfer function H(s) = 1/s^3. I would like to use the command ZPK to yeild the zeros, poles, and gain of the function. However, what can I put in place of zeros to indicate that there are no zeros for this function?
0 comentarios
Respuesta aceptada
Birdman
el 2 de Abr. de 2020
zpk([],[0 0 0],1)
You basically leave zero input section empty as above.
Más respuestas (0)
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!