How to pick specific excel columns in matlab

1 visualización (últimos 30 días)
Christopher
Christopher el 18 de Feb. de 2013
I want to be able to pick for example T9:T20 from excel and represent that in matlab then use those values to plot graphs in matlab.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 18 de Feb. de 2013
Editada: Azzi Abdelmalek el 18 de Feb. de 2013
num=xlsread('file.xls','T9:T20')
plot(num)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by