given a m*n grid
calculate the no of possible squares & rectangles on that grid.
output: y=[no of rectangles , no of sqaures]
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers21
Suggested Problems
-
Find common elements in matrix rows
2713 Solvers
-
1326 Solvers
-
1711 Solvers
-
776 Solvers
-
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
955 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Just wondering, how can a 1x1 grid have any rectangles or square?
Just wondering about the same thing --- I think what's meant here is that you've got a grid of MxN squares, i.e. of (M+1)x(N+1) points, rather than MxN points.