how can I read different data types from excel file
Mostrar comentarios más antiguos
Hello,
I have an excel file with mixed data (charachters and numericals), how can I read this file with these data into one workspace?
I try to use this command [Mat_A_STRS,str]=xlsread(filename4,sheet); the result got into two arraies but I cant merge it into one workspace.
Thank You
Respuesta aceptada
Más respuestas (1)
galaxy
el 4 de Dic. de 2019
0 votos
data = readtable(FILE,'Sheet', 'sheet_name', 'ReadVariableNames', false);
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!