Negative index of a matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Burak
el 2 de Ag. de 2016
Editada: Walter Roberson
el 4 de Ag. de 2016
for n=1:5
for m=-n:n
a(m,n)=m*n
end
end
end
I got an equation like this but I got negative indexes , how can I solve this problem? Thanks for helping.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing 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!