MATLAB: How to read float numbers from a text file and store them with the current format in to an array

arraytext file

hello evaryone ,
I have a text file and want to read the data from it line by line
the data are float numbers , instead of the first column which is int.
I want to read all these float numbers and store them in to an array and next use them in a formula ,
i do appreciate if you help me

Best Answer

M = dlmread('GAZE1.txt')