im new to matlab and coding. I have a csv file with data that goes like:
3 2 91 83 17
3 2 86 84 4
3 2 90 83 162
(there's a total of 7000 rows)
I need a way to read this into an array, can the array be something like A[I,J,K,L,M] with age=I for example? How would i go about doing this?
dlmread.