i am getting error that matrix dimensions must agree.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
mseRImage = (double(I(:,:,1)) - double(Ihat(:,:,1))) .^ 2;
i am getting error that matrix dimensions must agree.
Answers (1)
Azzi Abdelmalek
on 16 Jul 2016
0 votes
Check the sizes of I and Ihat
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!