フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Getting the following error,please help to solve it

1 回表示 (過去 30 日間)
Poonam
Poonam 2013 年 11 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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)
  2 件のコメント
Poonam
Poonam 2013 年 11 月 26 日
What will be the solution for it
Poonam
Poonam 2013 年 11 月 28 日
Sir
y_outImg is 2D
whereas ycbcrOutImg is 3D

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by