Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to get a particular pixel value from N images of a folder in an exel file?

1 Ansicht (letzte 30 Tage)
Kamalika Bhar
Kamalika Bhar am 16 Jul. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
i HAVE A FOLDER WITH 120 IMAGES (OF SAME SIZE), I HAVE TO OBTAIN THE PIXEL VALUE OF CELL(1706,3039) FROM ALL THE IMAGES IN AN EXCEL FILE. KINDLY HELP ME WITH IT.

Antworten (1)

Le Vu Bao
Le Vu Bao am 16 Jul. 2019
Bearbeitet: Le Vu Bao am 16 Jul. 2019
Hi, you might try this procedure:
1.Put all excel (.xls .xlsx) fiels into one folder
2. Use dir with filter to list all *.xls *.xlsx => FILEs list
3. Use importool to import a sample => save this opearation into a function file
4. Use a loop which apply above function to each file FILEs list

Community Treasure Hunt

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

Start Hunting!

Translated by