MATLAB BUILDER JA 2 Guia do Utilizador Página 212

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 292
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 211
4 Using MWArra y Classes
Constructing an MWCellArray
Use the tables in this section to construct an MWCellArray from a particular
Java data type. See the examples at the end of this section for more help:
Constructing an Empty Cell Array. To construct an empty 0-by-0 MATLAB
cell array, use
MWCellArray();
To construct an MWCellArray object with the specified dimensions, use
MWCellArray(int[] dims);
To construct an MWCellArray object with the specified number of rows and
columns, use
MWCellArray(int rows, int cols);
Input Parameters
dims
Array of dimension sizes
rows
Number of row s
cols
Number of columns
Exceptions
The MWCellArray constructor throws the following exception:
NegativeArraySizeException
The specified dims para m eter is negative.
4-136
Vista de página 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 291 292

Comentários a estes Manuais

Sem comentários