Getting the following error,please help to solve it
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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);
Answers (1)
Walter Roberson
on 26 Nov 2013
0 votes
y_outImg is either empty or is 3 or more dimensions (more likely)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!