I have part of the solution. I can use the following line:
[M{1:13}]=textread('ee0100.csv','%d%d%d%d%s%d%d%d%d%d%d%d%d','headerlines',9,'delimiter',';');
Problem is now that I get lines like:
And simply use M(:,1) doesn't give me the contents but [63x1 double]. So is it possible to...