MATLAB: Import a text file into a variable

text file

Hello,
I have the attached text file and I want to import it and put it into a matrix variable
what is the simplest function to do the work?

Best Answer

doc load, importdata.
Related Question