∑_(u=1)^(su-2)▒∑_(v=1)^sv▒δ(i,j)..how to write this equation in for loop?
古いコメントを表示
∑_(u=1)^(su-2)▒∑_(v=1)^sv▒δ(i,j)...here the summation lower limit is u=1 and upper limit is su-2 similar to next summation form....i didnt know is my matlab R2009b contains symbolic tool or not. can u tel this equation in "for" loop.
10 件のコメント
Dhines
2012 年 10 月 12 日
Dhines
2012 年 10 月 12 日
Walter Roberson
2012 年 10 月 12 日
What does δ mean in this context? What does Fh(u,v)=i mean in this context?
Walter Roberson
2012 年 10 月 12 日
The fastest way to determine whether your MATLAB contains an installed and licensed Symbolic Toolbox is to enter the command
syms x
If it complains that syms is not found then the toolbox is either not installed or not licensed.
Jan
2012 年 10 月 12 日
Now explain, what the delta is in your case.
Dhines
2012 年 10 月 12 日
Dhines
2012 年 10 月 12 日
Dhines
2012 年 10 月 15 日
Jan
2012 年 10 月 15 日
I still cannot read the magic characters in the question.
Walter Roberson
2012 年 10 月 15 日
What does F h ( u , v ) = i mean in the context of the delta function?
Does δ ( F h ( u , v ) = i , F h ( u + 1 , v ) = j ) mean the same as
1 if (Fh(u,v) == i & Fh(u+1,v) == j)
0 otherwise
?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!