Syntax error in function block of simulink

I am trying to implement a function using simulink, but it throws syntax error. I am using mux with 4 inputs to feed to the function block.
( (u(1)*sin(u(2))) + (u(3)*cos(u(2)))) * sec(u(4))
This is the function which I am trying to implement.

Risposte (1)

Please refer to the below link to find out the supported Trignometric Functions:
((u(1)*sin(u(2))) + (u(3)*cos(u(2))))*acos(u(4))

Categorie

Scopri di più su Simulink in Centro assistenza e File Exchange

Prodotti

Release

R2018a

Richiesto:

il 12 Giu 2021

Risposto:

il 14 Giu 2021

Community Treasure Hunt

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

Start Hunting!

Translated by