i divided images into 8x8 blocks using mat2cell,but it shows error .

3 visualizaciones (últimos 30 días)
kaavya subramani
kaavya subramani el 4 de Sept. de 2015
Editada: Stephen23 el 4 de Sept. de 2015
my code is
y=[f1 f2 f3 f4 f5];
for li=1:length(y)
div=[8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ];
b(li)=mat2cell(li(y),div,div);
end

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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