Generates mazes by random and provides associated solutions
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
- Version 1.0.2.0 (3.65 KB)
-
View License on GitHub
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.