Enumerate all the fixed polyominoes of size n tiles. Returns numpolys, the number of fixed polyominoes.
A polyomino is a plane geometric figure formed by joining one or more equal squares edge to edge. It is a polyform whose cells are squares.
https://en.wikipedia.org/wiki/Polyomino
Uses algorithm from https://www.sciencedirect.com/science/article/pii/0012365X81902375?via%3Dihub
Authors: Aaron T. Becker and Yitong Lu
Aaron T. Becker's Robot Swarm Lab (2021). polyEnum (https://www.mathworks.com/matlabcentral/fileexchange/75693-polyenum), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.