-
Click Edit after the matrix box.
The matrix editor appears.
-
Modify a value with one of the following methods:
-
Edit directly a cell.
- To use a text editor for a cell,
right-click the cell and select Edit Text.
- To copy the default value to the cell, right-click the cell and select Copy Default.
- To insert a function call in a cell, right-click the cell and select Insert Function Call.
A browser appears to let you insert a function call (for example, you can apply "sinus" on a value). For information about Insert Function Call see Inserting a Function Call.
- To edit an existing function call in a cell, right-click the cell and select
- Edit Function Call to edit the values of the function call.
- Insert Function Call to nest function calls.
For information about these commands, see Editing an Existing Function Call and Inserting a Function Call.
- To insert table cells copied from for example Microsoft Excel or Matlab, click Paste Matrix.
If the number of the rows and columns of the cells to paste is not the same as the number of rows and column in the existing matrix, a warning appears. -
To import a matrix or an array, click Import.
Matlab 4 files (.mat) or comma separated values files (.csv and .txt) are supported to import. A browser appears to let you select and load the file. Note:
You have to supply a table name if the file contains several matrices or arrays.
Depending on the size of the table imported, two outcomes are possible: - To export a matrix or an array, click Export.
A browser appears to let you select the convenient folder and enter a file name. Note:
You have to supply a table name if the file contains several matrices or arrays.
- To plot a matrix:
- Click Plot.
A plot window appears.
- Click Table to plot column from 2 to N versus first column.
Note:
Vectors are plotted against index number.
- Click Map Rows to plot rows of a 2D map.
The plotter displays rows from 2 to N versus first row, except the first element. - Click Map Columns to plot columns of a 2D map.
The plotter displays columns from 2 to N versus the first column, except the first element of each column. - Click OK to validate your modifications and close the matrix editor.
|