MATLAB BUILDER JA 2 User's Guide Page 212

  • Download
  • Add to my manuals
  • Print
  • Page
    / 292
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 291 292

Comments to this Manuals

No comments