From the Design Gateway,
select a model.
Select the component that contains the array that you want to edit.
Click the Parameters tab, and right-click the
array that you want to update.
Select Edit Selected from the menu that appears.
The Edit Parameters dialog box appears.
Set the following array parameter options:
Option |
Description |
Size |
Enter the Size of
the dimension. The Size refers to the number of
elements in each dimension and follows the row-major ordering rule. Therefore,
for a 2D array the first dimension is the number of rows and the second
dimension is the number of columns. |
Dimensions are resizable |
When selected, the
array can be resized during execution. All array parameters can be resized
at any time using the Design Gateway.
Any array parameter that is defined as resizable is marked with an asterisk
(*) to the right of the parameter’s name on the Parameters
tab. For more information on using array parameters from the Runtime Gateway,
see Editing Parameters Directly on the Parameters Tab. |
Click OK to save your changes and to close the
Edit Parameters dialog
box.
Save the model, if desired.
|