Borrar filtros
Borrar filtros

How to read vector of strings into MATLAB?

1 visualización (últimos 30 días)
Danny
Danny el 5 de Dic. de 2014
Comentada: Danny el 6 de Dic. de 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?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by