How to construct the following transfer function in MATLAB: G(s)= atan(1/s)?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to construct the following transfer function in MATLAB:
G(s)= atan(1/s)? % inverse tangent _____ My Attempt:
>> s=tf('s')
Transfer function: s
>> sys=atan(1/s) ??? Undefined function or method 'atan' for input arguments of type 'tf'.
>> __________
Please help how to define this tranfer function in MATLAB?
0 comentarios
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!