Problem 43018. Sudoku square

We have a small Sudoku square, but one number is missing.

 x = [ 1 5 4
       8 6 3
       0 9 7 ]

Make a function, where output is filled small Sudoku square

 y = [ 1 5 4
       8 6 3
       2 9 7 ]

Solution Stats

55.84% Correct | 44.16% Incorrect
Last Solution submitted on Mar 23, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers366

Problem Tags

Community Treasure Hunt

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

Start Hunting!