Mat Read Command

Purpose

Reads values from Data lines into a floating point array.

Syntax

Mat Read a()

a():name of a floating point array

Description

-

Example

Option Base 1

OpenW # 1

Data 1,2,3,4,5,6,7,8,9,10

Dim a(2, 5) As Double

Mat Read a()

Mat Print a(), 2, 0

Print

Print a(2, 4) //prints 9

See Also

Mat Print

{Created by Sjouke Hamstra; Last updated: 15/10/2014 by James Gaite}