writhing code in matlab
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to write code for this equation in matlab...this is from a research paper

0 comentarios
Respuestas (1)
Image Analyst
el 30 de Abr. de 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
0 comentarios
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!