read matrix from .txt

2 vues (au cours des 30 derniers jours)
lucas
lucas le 20 Oct 2013
Commenté : lucas le 20 Oct 2013
hello, can anyone tell me what do i have to do to read this matrix saved on a.txt file?
1 2 3 4
5 6 7 8
9 10 11 12
thx :)

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 20 Oct 2013
M=dlmread('filename.txt')
  12 commentaires
Cedric
Cedric le 20 Oct 2013
Modifié(e) : Cedric le 20 Oct 2013
Ok, there are special characters in your file, so the issue is probably the way you saved it with Excel. Try exporting the Excel file as CSV (Comma Separated Values) even if you name the file with a .txt extension.
lucas
lucas le 20 Oct 2013
thx mate!! works fine now with that comma thing :)

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by