Read an array of strings with imread

1 visualización (últimos 30 días)
Gustavo
Gustavo el 30 de Sept. de 2014
Respondida: Image Analyst el 30 de Sept. de 2014
This a simple example:
...
for i = 1: tam
img = imread(myArray_ofImgs(i));
figure;
imshow(img);
end
Error: Undefined function '_colonobj' for input arguments of type 'cell'
How do I go index by index using imread?
Thx since already!

Respuestas (1)

Image Analyst
Image Analyst el 30 de Sept. de 2014
See the second example in the FAQ for working code: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by