Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Getting the following error,please help to solve it

1 visualización (últimos 30 días)
Poonam
Poonam el 26 de Nov. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
y_outImg = blkproc(dctImg, [8 8], 'idct2(x)'); %#ok<NASGU>
ycbcrOutImg(:,:,1) = y_outImg;
  • * error * *
??? Subscripted assignment dimension mismatch.
Error in ==> colordct at 54 ycbcrOutImg(:,:,1) = y_outImg;
Error in ==> NormalizeMeansegdemo at 83 Img=colordct(I);

Respuestas (1)

Walter Roberson
Walter Roberson el 26 de Nov. de 2013
y_outImg is either empty or is 3 or more dimensions (more likely)
  2 comentarios
Poonam
Poonam el 26 de Nov. de 2013
What will be the solution for it
Poonam
Poonam el 28 de Nov. de 2013
Sir
y_outImg is 2D
whereas ycbcrOutImg is 3D

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by