How to model secant and cosecant in Simulink

I am searching Secant command in simulink but it gives me Sin command.

Answers (2)

The commands are sec, asec and sech, asech.

1 Comment

I wrote sec but it gives me sin command and it couldn't find other commands

Sign in to comment.

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

It doesn't include sec
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 Simulink in Help Center and File Exchange

Products

Release

R2023a

Tags

Asked:

on 19 Jun 2023

Commented:

on 19 Jun 2023

Community Treasure Hunt

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

Start Hunting!