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!