matlab-maze

Generates mazes by random and provides associated solutions
409 Downloads
Updated 26 Jun 2017

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 (2024). matlab-maze (https://github.com/lebalz/matlab-maze), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Labyrinth problems in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
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.