Reputation: 43
I'm trying to read a .csv
file for my script, but the script contains the special danish characters "æ","ø" and "å". So far my idea was to define it like this:
CellM = readtable(csvdata,'Format','%æ%ø%å%s');
but it's not working.
Upvotes: 0
Views: 162