Negative index of matrix
Mostrar comentarios más antiguos
I want to implement this code but I am unable to do so...
for m = 3:-1:-3
for n = 3:-1:-3
Y( m,n) = G(center_index + (m-n)) + (-1i*m*w*C(center_index + (m-n)));
end
end
G and C are vectors.
Can someone please help?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!