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 ]
468 Solvers
262 Solvers
07 - Common functions and indexing 2
255 Solvers
1778 Solvers
Element by element multiplication of two vectors
201 Solvers