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

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 4 Fév 2014

0 votes

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

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by