How to read a set of images ?
Mostrar comentarios más antiguos
Hello,
I would like to read a set of images from a file, the code I wrote is :
M = cell(size('C:\Users\***\Downloads\barcelona\barcelona'));
for i=1:length('C:\Users\***\Downloads\barcelona\barcelona')
IM{i} = imread(C:\Users\***\Downloads\barcelona\barcelona{i});
end
But I had this error :
IM{i} = imread(C:\Users\***\Downloads\barcelona\barcelona{i});
|
Error: Unexpected MATLAB operator.
Can someone help me please ?
Thanks !
Respuesta aceptada
Más respuestas (1)
K.
el 11 de Dic. de 2011
0 votos
Categorías
Más información sobre Manage Products en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!