How to read vector of strings into MATLAB?

1 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by