The Options tree specifies all import options for the impMatlab X-Function.
Syntax: Options.Treenode:=<value>
Example: Options.bHierarchical:=1
Treenode | Label | Type | Default | Description |
---|---|---|---|---|
bHierarchical | Import into Hierarchical Structure | int | 0 | When you select this, only the variable list is imported into a worksheet, and the individual variable names are displayed as linked text in the 1st column. Clicking on variable names will import the desired variables one-by-one in the new worksheets. Note: Only supports import to workbooks/worksheets. |
bSaveFileInfo | Save File Info. in Workbook | int | 1 | If not selected, the file information will not be saved in Organizer and the reimport will not work, but the import speed can be improved. |
ImpMode | Import Mode | int | 0 | Options list:
|
TransMode | Transpose Variables | int | 0 | Specify whether to transpose the Matlab data during import.
Options list:
|