The following list shows LabVIEW data types and the corresponding data types in HiQ and MATLAB. You can change the data type of an input or output terminal on a script node.
| LabVIEW Data Type | HiQ Data Type | MATLAB Data Type |
|---|---|---|
Signed 32-bit integer numeric |
Integer | N/A |
Double-precision floating-point numeric |
Real | Real |
String |
Text | N/A |
1D array signed 32-bit integer numeric |
Integer Vector | N/A |
1D array double-precision floating-point numeric |
Real Vector | Real Vector |
Multidimensional array signed 32-bit integer numeric |
Integer Matrix | N/A |
Multidimensional array double-precision floating point numeric. |
Real Matrix | Real Matrix |
Complex double |
Complex | Complex |
1D array complex double |
Complex Vector | Complex Vector |
Multidimensional array complex double |
Complex Matrix | Complex Matrix |