How to enter an equation with a summation?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to enter an equation
Vij = (1/(2*π*ϵ)) ∑ ln(Djk/Dik) where the summation is from k=1 to n
K is the counter, i and j are variables that I will choose later on.
I want the equation to write itself in full form after I define n and the variable names. The result will not be an integer. As I have not defined the values for the D variables yet.
0 件のコメント
回答 (1 件)
Roger Wohlwend
2014 年 6 月 4 日
編集済み: Roger Wohlwend
2014 年 6 月 4 日
V(i,j) = sum(log(D(i,:)./D(j,:))) / (2*pi*e)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!