writhing code in matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
how to write code for this equation in matlab...this is from a research paper
댓글 수: 0
답변 (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
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!