Azzera filtri
Azzera filtri

How to read vector of strings into MATLAB?

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by