How to read multiple CSVs files

13 visualizzazioni (ultimi 30 giorni)
zubaydh kenkar
zubaydh kenkar il 11 Gen 2019
Risposto: Jeremy Hughes il 11 Gen 2019
Hi,
I'm new in matlab.
I've 10 CSV files, I want to read them all in one sheet so I can calculate the min/max values from coloumn 10&11
I tried this code, and I thought to repeat it for all files:
D1 = csvread('Driver1.csv');
disp(D1);
but I got this error:
Index exceeds the number of array elements (13)

Risposte (2)

madhan ravi
madhan ravi il 11 Gen 2019
Modificato: madhan ravi il 11 Gen 2019

Jeremy Hughes
Jeremy Hughes il 11 Gen 2019
I'd try tabularTextDatastore.

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by