read matrix from .txt

4 visualizzazioni (ultimi 30 giorni)
lucas
lucas il 20 Ott 2013
Commentato: lucas il 20 Ott 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 :)

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 20 Ott 2013
M=dlmread('filename.txt')
  12 Commenti
Cedric
Cedric il 20 Ott 2013
Modificato: Cedric il 20 Ott 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 il 20 Ott 2013
thx mate!! works fine now with that comma thing :)

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by