writhing code in matlab

1 view (last 30 days)
scorpio 09
scorpio 09 on 30 Apr 2014
Answered: Image Analyst on 30 Apr 2014
how to write code for this equation in matlab...this is from a research paper

Answers (1)

Image Analyst
Image Analyst on 30 Apr 2014
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

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!