I have a matrix to assign its'value
the values are stored in a data file,
for example :
1 2 3 4 5
5 6 7 8 9
.....
How can I read the values from file
into the Matrix?Thanks.