Info
この質問は閉じられています。 編集または回答するには再度開いてください。
please explain the code:
1 回表示 (過去 30 日間)
古いコメントを表示
for k = 1:V ind = find(F(:,k)==1); for m = 1:M Q(m,k) = Ap+Igv(ind(1),k,m)+Igv(ind(2),k,m); end where Ap= log(1/M); M=4 Igv= Ap* ones(K,V,M); K=4,V=6,M=4
8 件のコメント
Jan
2018 年 10 月 24 日
@Sajid Sarwar: I count 21 FOR loops. It would be some work to explain the meaning of them all without knowing, if you even know what a FOR loop does. Please ask more specifically.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!