Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to get a particular pixel value from N images of a folder in an exel file?
조회 수: 2 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Le Vu Bao
2019년 7월 16일
편집: Le Vu Bao
2019년 7월 16일
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
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!