How to model secant and cosecant in Simulink
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am searching Secant command in simulink but it gives me Sin command.

0 Kommentare
Antworten (2)
Les Beckham
am 19 Jun. 2023
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 Kommentare
Les Beckham
am 19 Jun. 2023
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.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!