tile

Split a 2D array into equally-sized sub-arrays.

You are now following this Submission

A = tile(B,nx,ny,overlap)

input:
B = 2D array
nx = number of tiles in column direction
ny = number of columns in row direction
overlap = ammount of overlap of tiles in pixels

%OUTPUT
A = cell array of size ny by nx with each cell containing a tile.

Cite As

Ian Howat (2026). tile (https://nl.mathworks.com/matlabcentral/fileexchange/25763-tile), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0