How to read vector of strings into MATLAB?

1 view (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)

Community Treasure Hunt

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

Start Hunting!