Clear Filters
Clear Filters

How to model secant and cosecant in Simulink

5 views (last 30 days)
I am searching Secant command in simulink but it gives me Sin command.

Answers (2)

Richard Burnside
Richard Burnside on 19 Jun 2023
The commands are sec, asec and sech, asech.
  1 Comment
Merve Ala
Merve Ala on 19 Jun 2023
I wrote sec but it gives me sin command and it couldn't find other commands

Sign in to comment.


Les Beckham
Les Beckham on 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 Comments
Les Beckham
Les Beckham on 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.

Sign in to comment.

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Tags

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!