I have tried to import serveral csv files to matlab using csvread. However, the csv file are named after the random dates. So how can i import them into matlab with loops
I personally do not have MATLAB, but can suggest to merge your .csv files into one .csv file, then you simple import merged file to MATLAB... Merging is very easy task, you have a lot of solutions for that task, for example you can do merging within command prompt window...
In MALAB Workspace you create new variable, then open it and paste the content of the csv file into it (you can open the csv file in excel for example). In order to use the data in loop, there is a block called from Workspace as a source (if you are working in simulink), you import the data through it.