error running at fist instant

i have a code for performing ebcot compression..I have to perform for low,high,vertical,diagonal coefficient
[out,mat_log]=ebcotcomp(A,bx,by)
[out,mat_log]=ebcotcomp(H,bx,by)
[out,mat_log]=ebcotcomp(V,bx,by)
[out,mat_log]=ebcotcomp(D,bx,by)
A-low pass filter
H-high pass filter
V-vertical
if i run this code ,I get an error
Error in ==> er at
[out,mat_log]=ebcotcomp(A,bx,by)
but,if i comment first line and run,i get the result for other three,if i do not comment i get this error.....
please suggest some idea

7 件のコメント

Jonas Reber
Jonas Reber 2011 年 10 月 20 日
have a look at A
ther has to be something wring with it. size?
FIR
FIR 2011 年 10 月 20 日
size is same
Jonas Reber
Jonas Reber 2011 年 10 月 20 日
so what does the error say exactly?
%%
try
[out,mat_log]=ebcotcomp(A,bx,by)
catch e
disp('error');
e.message
end
Jonas Reber
Jonas Reber 2011 年 10 月 20 日
do you also get the error if you swap the two first lines? is it still at the first line? or always where A is?
FIR
FIR 2011 年 10 月 20 日
only where A is
Walter Roberson
Walter Roberson 2011 年 10 月 20 日
We need the exact message.
FIR
FIR 2011 年 10 月 21 日
sir ,I changed those A letters to another letter B ,IT WORKS NOW

サインインしてコメントする。

回答 (1 件)

Ashish Uthama
Ashish Uthama 2012 年 9 月 17 日

0 投票

"sir ,I changed those A letters to another letter B ,IT WORKS NOW"

質問済み:

FIR
2011 年 10 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by