Find the index of n in magic(n) - MATLAB Cody - MATLAB Central

Problem 2145. Find the index of n in magic(n)

Difficulty:Rate

If input n=5, then magic(n) is

    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

The output is of the form [row,column] for the place where n appears.

 output = [2,2]

Solution Stats

56.03% Correct | 43.97% Incorrect
Last Solution submitted on Mar 03, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers250

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page