matlab text file processing

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

 Risposta accettata

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

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by