Reading image files-batch
Mostra commenti meno recenti
Hi,
I am trying to read image files from a folder (not Matlab working folder) but it does not work
Code: files = dir('C:\Users\ell\Desktop\segon\seg_array\Tv*.png') rgbl = imread('C:\Users\ell\Desktop\segn\seg_array\', files(1).name);
Can someone please tell me what is the problem.
Thanks
Risposta accettata
Più risposte (1)
Rodrigo
il 23 Set 2012
0 voti
second line should read: imread(strcat('C:\Users\ell\Desktop\segn\seg_array\', files(1).name));
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!