Undefined function or variable
古いコメントを表示
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 件のコメント
dpb
2014 年 7 月 15 日
Need to see the function up to that point...
hanaa
2014 年 7 月 15 日
編集済み: James Tursa
2014 年 7 月 15 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Denoising and Compression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!