matlab text file processing

2 visualizaciones (últimos 30 días)
XAXRXTX
XAXRXTX el 4 de Feb. de 2014
Comentada: XAXRXTX el 5 de Feb. de 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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by