Skip to Main Content Skip to Search
Product Documentation

Supported Symbols in Action Language

Boolean Symbols, true and false

Use the symbols true and false to represent Boolean constants in Stateflow action language. You can use these symbols as scalars in expressions. Examples include:

cooling_fan = true;
heating_fan = false;

Do not use true and false in the following cases. Otherwise, error messages appear.

Comment Symbols, %, //, /*

Use the symbols %, //, and /* to represent comments in Stateflow action language as shown in these examples:

% MATLAB comment line
// C++ comment line
/* C comment line */

You can also include comments in generated code for an embedded target (see Code Generation Pane: Comments in the Simulink Coder Reference) or a Stateflow custom target (see Configuring a Custom Target). Stateflow action language comments in generated code use multibyte character code. Therefore, you can have code comments with characters for non-English alphabets, such as Japanese Kanji characters.

Hexadecimal Notation Symbols, 0xFF

Stateflow action language supports C style hexadecimal notation, for example, 0xFF. You can use hexadecimal values wherever you can use decimal values.

Infinity Symbol, inf

Use the MATLAB symbol inf to represent infinity in Stateflow action language. Calculations like n/0, where n is any nonzero real value, result in inf.

Line Continuation Symbol, ...

Use the characters ... at the end of a line of action language to indicate that the expression continues on the next line. For example, you can use the line continuation symbol in a state action:

entry: total1 = 0, total2 = 0, ...
  total3 = 0;

Literal Code Symbol, $

Use $ characters to mark action language that you want the parser to ignore but you want to appear in the generated code. For example, the parser does not process any text between the $ characters below.

$
ptr -> field = 1.0;
$

MATLAB Display Symbol, ;

Omitting the semicolon after an expression displays the results of the expression in the MATLAB Command Window. If you use a semicolon, the results do not appear.

Single-Precision Floating-Point Number Symbol, F

Use a trailing F to specify single-precision floating-point numbers in Stateflow action language. For example, you can use the action statement x = 4.56F; to specify a single-precision constant with the value 4.56. If a trailing F does not appear with a number, double precision applies.

Time Symbol, t

Use the letter t to represent absolute time that the chart inherits from a Simulink signal in simulation targets. For example, the condition [t - On_time > Duration] specifies that the condition is true if the difference between the simulation time t and On_time is greater than the value of Duration.

The letter t has no meaning for nonsimulation targets, since t depends on the specific application and target hardware.

  


Free Stateflow Interactive Kit

Learn how engineers use Stateflow to model state machines in their Simulink models.


Get free kit

Trials Available

Try the latest version of Stateflow.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS