matlab text file processing

1 view (last 30 days)
XAXRXTX
XAXRXTX on 4 Feb 2014
Commented: XAXRXTX on 5 Feb 2014
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 4 Feb 2014
d=importdata('file.txt')
num=d.data

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!