MATLAB BUILDER JA 2 Guide de l'utilisateur Page 212

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 292
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 291 292

Commentaires sur ces manuels

Pas de commentaire