Reputation: 23
I have a CSV file which I want to read in using matlab.
I've tried using csvread
but it does not seem to recognize the semi-colon as the delimiter. Is there any other way?
R;W
100;0.1
200;0.5
300;0.9
Upvotes: 1
Views: 782