How can I import a column from multiple .csv files into seperate variables.
Mostrar comentarios más antiguos
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 comentario
Matt J
el 28 de Abr. de 2013
Surely you mean I{1}, I{2},...I{35}.
Respuestas (0)
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!