Changes
Page history
Update Fcn
authored
May 01, 2023
by
Ezekiel Dohmen
Hide whitespace changes
Inline
Side-by-side
Fcn.md
View page @
f21670ed
...
@@ -20,8 +20,9 @@ Once the function has been defined, click on OK and the function will be incorpo
...
@@ -20,8 +20,9 @@ Once the function has been defined, click on OK and the function will be incorpo
#### Some Valid Expressions Are: (Placed in the Expression Field of the Simulink Part)
#### Some Valid Expressions Are: (Placed in the Expression Field of the Simulink Part)
-
`sin(u[1])`
-
`sin(u[1])`
-
`sin(u[1])
+
cos(u[2])+log10(u[3])*fabs(u[4])/sqrt(u[5])`
-
`sin(u[1])
+
cos(u[2])+log10(u[3])*fabs(u[4])/sqrt(u[5])`
-
`lceil(u[1])`
-
`lceil(u[1])`
-
`u[1] * (180 / M_PI)`
## Examples
## Examples
...
...
...
...