MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual de Serviço Página 32

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 282
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 31
2
Working with the Target Language
2-12
"String" "Hello, World"
ASCII character strings. In
all contexts, two strings in a
row are concatenated to form
the final value, as in
"Hello, " "World", which is
combined to form
"Hello, World". These
strings include all of the
ANSI C standard escape
sequences such as
\n, \r, \t,
etc.
"Subsystem" <sub1>
A subsystem identifier.
Within the context of an
expansion, be careful to
escape the delimiters on a
subsystem identifier as in:
%<x == <sub\>>.
"Vector" [ 1, 2] OR Vector(2)
[1,2]
Vectors are lists of values.
The individual elements of a
vector do not need to be the
same type, and may be any
type except vectors or
matrices.
Table 2-2: Target Language Values (Continued)
Value Type
String
Example Description
Vista de página 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 281 282

Comentários a estes Manuais

Sem comentários