How to import a excel file as its own name in matlab

31 Views Asked by At

I am trying to import 298 excel files into matlab. I was able to import them into an array within another cell array. (Not sure if this is the most effective method) I would like to save them as their filenames as they appear in excel and then plot the x and y coordinates. I was hoping to use comet to plot the coordinates. They all have a different name so nothing will get overridden. Is there a function to do this? Any other information would be appreciated.

0

There are 0 best solutions below