Reading excel sheetname n extracting data from that using matlab

15 visualizaciones (últimos 30 días)
ppp
ppp el 10 de Jul. de 2019
Comentada: ppp el 10 de Jul. de 2019
can u pass sheetnames(Not numbers please) of excel file using matlab so it reads only that particular sheet from the excel file and not anything else?

Respuesta aceptada

Alex Mcaulley
Alex Mcaulley el 10 de Jul. de 2019
Using xlsread
num = xlsread(filename,sheet) %Sheet can be a number or an existing sheet name
You can use also xlsfinfo to obtain the sheet names
[status,sheets] = xlsfinfo(filename)

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