How to import csv file into matlab ?

Answers (2)

Peter Perkins
Peter Perkins on 20 Dec 2017
readtable, possibly using importoptions, is the thing to use in recent versions of MATLAB.
A meta answer: I like this forum. It is very powerful. But sometimes asking an internet search engine is powerful enough. What about searching for "Matlab read csv"? Even the documentation of Matlab is a good place to start from:
docsearch csv

Categories

Find more on Historical Contests in Help Center and File Exchange

Asked:

on 20 Dec 2017

Answered:

Jan
on 20 Dec 2017

Community Treasure Hunt

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

Start Hunting!