Info

此问题已关闭。 请重新打开它进行编辑或回答。

Getting the following error,please help to solve it

1 次查看(过去 30 天)
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);

回答(1 个)

Walter Roberson
Walter Roberson 2013-11-26
y_outImg is either empty or is 3 or more dimensions (more likely)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by