| Contents | Index |
User-Defined Functions
The Fcn block applies the specified mathematical expression to its input. The expression can include one or more of these components:
u — The input to the block. If u is a vector, u(i) represents the ith element of the vector; u(1) or u alone represents the first element.
Numeric constants
Arithmetic operators (+ - * / ^)
Relational operators (== != > < >= <=) — The expression returns 1 if the relation is true; otherwise, it returns 0.
Logical operators (&& || !) — The expression returns 1 if the relation is true; otherwise, it returns 0.
Parentheses
Mathematical functions — abs, acos, asin, atan, atan2, ceil, cos, cosh, exp, fabs, floor, hypot, ln, log, log10, pow, power, rem, sgn, sin, sinh, sqrt, tan, and tanh.
Workspace variables — Variable names that are not recognized in the preceding list of items are passed to MATLAB for evaluation. Matrix or vector elements must be specifically referenced (e.g., A(1,1) instead of A for the first element in the matrix).
The Fcn block observes the following rules of operator precedence:
The expression differs from a MATLAB expression in that the expression cannot perform matrix computations. Also, this block does not support the colon operator (:).
Block input can be a scalar or vector. The output is always a scalar. For vector output, consider using the Math Function block. If a block input is a vector and the function operates on input elements individually (for example, the sin function), the block operates on only the first vector element.
The Fcn block accepts and outputs signals of type single or double.
For more information, see Data Types Supported by Simulink in the Simulink documentation.

Specify the mathematical expression to apply to the input. Expression components are listed above. The expression must be mathematically well-formed (uses matched parentheses, proper number of function arguments, and so on).
Note You cannot tune this expression during simulation in Normal or Accelerator mode (see How the Acceleration Modes Work), or in generated code. The Fcn block does not support custom storage classes. See Custom Storage Classes in the Embedded Coder documentation. |
Specify the time interval between samples. To inherit the sample time, set this parameter to -1. See How to Specify the Sample Time in the online documentation for more information.
The following demo models show how to use the Fcn block:
sldemo_absbrake
sldemo_enginewc (Throttle & Manifold/Throttle subsystem)
Direct Feedthrough | Yes |
Sample Time | Inherited from the driving block |
Scalar Expansion | No |
Dimensionalized | No |
Multidimensionalized | No |
Zero-Crossing Detection | No |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |