How to read Excel file with changing the range automatically
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
HI All,
I am having problem to change the excel range automatically, and need to do it manually everytime
example
columnD = xlsread(filename,'D1:D1000');
The D1:D1000, I need to change it manually. Is there a way to change it automatically. Well I have tried few things below, but does not work
D(x):D(y) - does not work
D%d:D%d - does not work
D{x}:D{y} - does not work
Please help to show me how to control this.
Thank you Manimara
0 commentaires
Réponses (1)
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!