Import CSV file with mixed data types

前端 未结 9 2279
眼角桃花
眼角桃花 2020-11-27 04:13

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

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 05:15

    Depending on the format of your file, importdata might work.

    You can store Strings in a cell array. Type "doc cell" for more information.

提交回复
热议问题