MATLAB: Matlab text file processing

matlab functiontext file

Hi
how i can get only the numeric data from a text file ? is that there a predifined matlab function for that ????????????????
thanks in advance

Best Answer

d=importdata('file.txt')
num=d.data