The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack OpenArrays Procedures and Functions LoadArray | |||||||
See also: StoreArray, SaveBinaryArray | |||||||
LoadArray |
|||||||
The function LoadArray loads the data of an array previously stored by the function StoreArray into the matrix Arr. The parameter FName specifies the filename of the stored array, the variable parameter Comment returns any single-line comment which is stored along with the data. Please note that the function LoadArray cannot read data stored by StoreArray if the parameter InsertIndices was set to TRUE. In this case the function returns an error. The function returns the following error codes: 0 ... everything is OK
|