How to construct the following transfer function in MATLAB: G(s)= atan(1/s)?

3 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Dynamic System Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by