How can I import a column from multiple .csv files into seperate variables.
Afficher commentaires plus anciens
Here is the current code I have: l1 = cumsum(csvread('list1.csv',1,2,[1,2,1488,2]));
which works for one file however i want to get a list of l1, l2,...,l35 variables with just this specific column from my data files list1.csv, list2.csv,...,list35.csv
any help would be much appreciated!!
1 commentaire
Matt J
le 28 Avr 2013
Surely you mean I{1}, I{2},...I{35}.
Réponses (0)
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!