How to import CSV files with text and numeric values?

 Accepted Answer

How about using xlsread?
[num,txt,raw] = xlsread('best.csv') ;

More Answers (0)

Products

Release

R2018a

Tags

Asked:

on 15 May 2018

Edited:

on 10 Jun 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!