Clear Filters
Clear Filters

How to pick specific excel columns in matlab

2 views (last 30 days)
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.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 18 Feb 2013
Edited: Azzi Abdelmalek on 18 Feb 2013
num=xlsread('file.xls','T9:T20')
plot(num)

Community Treasure Hunt

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

Start Hunting!