Neighbors of a matrix
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I want a way to write a code to find the neigbors of a 50 x 50 matrix
3 commentaires
  Walter Roberson
      
      
 le 1 Fév 2024
				Please expand on your question more. What form are you expecting the neighbors in ?
  the cyclist
      
      
 le 1 Fév 2024
				Suppose we use a smaller example, to understand your question. Here is a 5x5 matrix:
M = magic(5)
What do you mean by "the neighbors"? What exactly would the input and output be for your problem?
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



