How to read vector of strings into MATLAB?

4 views (last 30 days)
I have an Excel file with a list of strings in the first column (one string per cell). How do I import the strings into a vector in MATLAB?

Accepted Answer

Image Analyst
Image Analyst on 5 Dec 2014
[numbers, strings, everything] = xlsread(filename);

More Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!