Update Fcn authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -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
... ...
......