How to pick specific excel columns in matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Azzi Abdelmalek
il 18 Feb 2013
Modificato: Azzi Abdelmalek
il 18 Feb 2013
num=xlsread('file.xls','T9:T20')
plot(num)
0 Commenti
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!