Undefined function or variable
2 次查看(过去 30 天)
显示 更早的评论
I'm trying to run SPIHT algorithm without arithmetic coding with Matlab function block. there is error occurred at the following code statement:
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
error format is: Undefined function or variable 'MSE'. The first assignment to a local variable determines its class.
I tried to initialize MSE with zero value before the previous statement, but nothing changed. please help thanks
2 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Denoising and Compression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!