How to read vector of strings into MATLAB?

1 Ansicht (letzte 30 Tage)
Danny
Danny am 5 Dez. 2014
Kommentiert: Danny am 6 Dez. 2014
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?

Akzeptierte Antwort

Image Analyst
Image Analyst am 5 Dez. 2014
[numbers, strings, everything] = xlsread(filename);
  1 Kommentar
Danny
Danny am 6 Dez. 2014
This is exactly what I was looking for. Thank you.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by