matlab text file processing

4 次查看(过去 30 天)
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

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-2-4
d=importdata('file.txt')
num=d.data

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by