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!