Borrar filtros
Borrar filtros

Neighbors of a matrix

6 visualizaciones (últimos 30 días)
Prince
Prince el 1 de Feb. de 2024
Comentada: the cyclist el 1 de Feb. de 2024
I want a way to write a code to find the neigbors of a 50 x 50 matrix
  3 comentarios
Walter Roberson
Walter Roberson el 1 de Feb. de 2024
Please expand on your question more. What form are you expecting the neighbors in ?
the cyclist
the cyclist el 1 de Feb. de 2024
Suppose we use a smaller example, to understand your question. Here is a 5x5 matrix:
M = magic(5)
M = 5×5
17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 12 19 21 3 11 18 25 2 9
What do you mean by "the neighbors"? What exactly would the input and output be for your problem?

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by