How to pick specific excel columns in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Azzi Abdelmalek
le 18 Fév 2013
Modifié(e) : Azzi Abdelmalek
le 18 Fév 2013
num=xlsread('file.xls','T9:T20')
plot(num)
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!