Problem 55975. Magic Matrix
We are all familiar with the concept of magic matrix.
In a magic matrix, the summation of all rows, columns and both diagonals are always the same. It contains unique integers and is in the form of a square matrix.
Matlab provides a built-in function to create a magic square. In this question, you have to write a code to do it yourself - the magic function is forbidden.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
794 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12218 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
637 Solvers
-
Area of an equilateral triangle
6430 Solvers
-
Find the next Fibonacci number
727 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!