Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can you tell me how to implement these equation in matlab???

1 visualización (últimos 30 días)
ashok
ashok el 27 de Feb. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021

Respuestas (1)

Image Analyst
Image Analyst el 27 de Feb. de 2014
I assume you already have all those variables in your program. Then have you tried the intuitive, simple approach of using two for loops, one nested inside the other? One watchout: in your loop, don't call the accumulation variable "sum" or else you'll blow away the built in sum. Using for loops is about as basic as you can get with MATLAB, and you'll need to master it (which can be done in about 15 minutes), so give it a try. If you still can't figure out the for loop approach, try this link: http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by