matlab text file processing

2 views (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)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!