matlab-maze

Generates mazes by random and provides associated solutions

https://github.com/lebalz/matlab-maze

You are now following this Submission

MAZE generates a random maze and can plot the maze and the associated result
[lines,board,hist,result] = maze(rowDim,colDim,start,stop,doPlot,printResult)
For example, generate and plot a 20x20 maze with associated result-path from top-left to bottom-right:
maze(20,20,[1,20],[20,1])

Cite As

Balthasasr Hofer (2026). matlab-maze (https://github.com/lebalz/matlab-maze), GitHub. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes Action
1.0.2.0

name-change

1.0.1.0

updated description

1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.