Link .CSV file to image file names

2 vues (au cours des 30 derniers jours)
montek singh
montek singh le 7 Déc 2017
I am new to matlab
I have 2 datasets- csv file and images The name of image is stored in a csv file along with its class.
Is there any way to map the image files to classes in csv such that all the files of one category lie is one sub folder

Réponses (1)

Duncan Lilley
Duncan Lilley le 12 Déc 2017
Hello,
First you will want to import the data from your CSV file. In MATLAB, you can right-click on the file in the Current Folder browser and select "Import Data...". Then, once you have made sure that the data will be imported correctly, you can choose the drop-down menu under "Import Selection" and generate a script or function to import this data in the future. More information about importing data in this way can be found on the documentation page for "uiimport".
Once the data is imported, you can iterate through the resulting data structure using a for-loop. Then, for each entry, you can move the corresponding image file to a subfolder determined by the category of the image. Files can be moved using the "movefile" function.

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by