MATLAB: Read matrix from .txt

.txt matrix

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 🙂

Best Answer

M=dlmread('filename.txt')