How to import CSV files with text and numeric values?

1 view (last 30 days)
SOLVED

Accepted Answer

KSSV
KSSV on 15 May 2018
How about using xlsread?
[num,txt,raw] = xlsread('best.csv') ;

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!