How to model secant and cosecant in Simulink
4 次查看(过去 30 天)
显示 更早的评论
I am searching Secant command in simulink but it gives me Sin command.

0 个评论
回答(2 个)
Les Beckham
2023-6-19
If I remember correctly, there is only one "Trigonometric Function" block in Simulink. Just double click the block and change the function from sin to sec.
2 个评论
Les Beckham
2023-6-19
Well, then, just use cos and route the result through a Math Function block with the Function set to "reciprocal with Exact method", since the secant is the reciprocal of the cosine.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!