MATLAB sudoku / 数独
| File | Usage |
|---|---|
| sudoku.m | main function of game |
| sudoku.fig | GUI |
| gen_sudoku.m | generate sudoku matrix |
| sudoku_assistant.m | assistant functions |
| sudoku_export.m | export file |
Open and run sudoku_export.m
- Typing
GUIDEin the matlab command line, to open matlab GUI editor. - Edit callback functions on sudoku.m
- Export to united file using
GUIDE
