Community Profile

photo

Antonia Davis


Active since 2016

Statistics

Content Feed

View by

Question


I am trying to write a matlab code to check a solved 9X9 sudoku problem. I can't seem to get it to work. Any ideas where I went wrong?
function valid = sudoku (m) valid = (size(m) == [9, 9]); if (~valid) fprintf('Sudoku: size must be 9x9\n'); ...

8 years ago | 1 answer | 0

1

answer

1

answer