File=>More File Functions=>Save 3D Data MatrixΒΆ

Saves a data matrix as an Excel or ASCII file.

The function can be configured that numbers outside the data hull are set to a specified value. Use the following function call in the UniScript command window to set the value. In this example it is set to 0.0:

WriteProfileString("Settings", "XYZOutsideValue", "0.0")

Values outside the hull can also be set to a string, e.g. ****. If the values are set to a string UniPlot cannot import the data.

To import a matrix choose File=>More File Functions=>Load 3D Data Matrix.

These functions are written in UniScript. The source code can be found in the file rs_file.ic.

id-303852