writhing code in matlab
显示 更早的评论
how to write code for this equation in matlab...this is from a research paper

回答(1 个)
Image Analyst
2014-4-30
Perhaps this:
F = sum(w .* E); % F for a particular set of w.
Then put that in a loop over all sets of w to determine which set of w gives the lowest F
类别
在 帮助中心 和 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!