MatrixObject.MatrixRead

This function reads the file containing matrix data into Matrix. The file should be delimited with non-numeric data such as a space or tab and each line should end with a carriage return character.

Syntax Parameters Return Value
Function MatrixObject.MatrixRead( _
    Filename As String, _
    ByRef Result As Double()) As Integer
  • Filename [in]

Type: String

  • Result [in,out]

Type: Double()

Integer