MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual de servicio Pagina 128

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 282
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 127
LibBlockMatrixParameter
4
-6
LibBlockMatrixParameter
Purpose
Determines the appropriate matrix parameter for a block given the row and
column user control variable, loop control variable, and index.
Syntax
%<LibBlockMatrixParameter(param, rucv, rlcv, ridx, cucv,
clcv, cidx)>
Arguments
param
Reference to a block parameter identifier.
rucv
Row user control variable string.
rlcv
Row loop control variable string (
Not Supported
).
ridx
Integer row index.
cucv
Column user control variable string.
clcv
Column loop control variable string (
Not Supported
).
cidx
Integer column index.
Returns
A reference to a block’s matrix parameter.
Description
LibBlockMatrixParameter
determines the appropriate matrix parameter for a
block given the row and column user control variable, loop control variable, and
index. Loop rolling is currently not supported, and will generate an error if
requested (i.e., if
rlcv
or
clcv
is not null). This also produces an error if the
parameter passed is not of type
Matrix
.
Vista de pagina 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 281 282

Comentarios a estos manuales

Sin comentarios