Clear Filters
Clear Filters

read matrix from .txt

1 view (last 30 days)
lucas
lucas on 20 Oct 2013
Commented: lucas on 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 :)

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!