Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Getting the following error,please help to solve it

1 visualizzazione (ultimi 30 giorni)
Poonam
Poonam il 26 Nov 2013
Chiuso: MATLAB Answer Bot il 20 Ago 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);

Risposte (1)

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

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by