MATLAB: How to read a text file into an array

arraystext file

I want to read the text file attached to this post into an array. It contains both numbers and words but I just want to read the numbers only into the array.

Best Answer

See the Import Text Files documentation page.
Related Question