Undefined function or variable
Ältere Kommentare anzeigen
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 Kommentare
dpb
am 15 Jul. 2014
Need to see the function up to that point...
hanaa
am 15 Jul. 2014
Bearbeitet: James Tursa
am 15 Jul. 2014
Antworten (0)
Kategorien
Mehr zu Denoising and Compression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!