I\'m working with MATLAB for few days and I\'m having difficulties to import a CSV-file to a matrix.
My problem is that my CSV-file contains almost only Strings and
Depending on the format of your file, importdata might work.
You can store Strings in a cell array. Type "doc cell" for more information.