writhing code in matlab
Afficher commentaires plus anciens
how to write code for this equation in matlab...this is from a research paper

Réponses (1)
Image Analyst
le 30 Avr 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
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!