process a list of files with a specific extension name in matlab -
How can I process all the files in a folder with the ".xyz" extension? The basic idea is that I need a list of file names and then for each file to loop to load it.
Use to obtain a list of file names. You can specify wildcard.
Comments
Post a Comment