matlab text file processing

1 Ansicht (letzte 30 Tage)
XAXRXTX
XAXRXTX am 4 Feb. 2014
Kommentiert: XAXRXTX am 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

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 4 Feb. 2014
d=importdata('file.txt')
num=d.data
  1 Kommentar
XAXRXTX
XAXRXTX am 5 Feb. 2014
ca marche, merci bien ould bladi

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by