checker

Make a simple logical checkerboard pattern.

Ahora está siguiendo esta publicación

This is a very simple function that creates a 2D logical matrix with a checkerboard pattern. It's similar to the true or false functions.

% Syntax

tf = checker(N)
tf = checker([M N])
tf = checker(M,N)

% Description

tf = checker(N) creates an NxN checkerboard pattern.

tf = checker([M N]) creates an MxN checkerboard pattern.

tf = checker(M,N) creates an MxN checkerboard pattern.

% Example

imagesc(checker(5))

Citar como

Chad Greene (2026). checker (https://la.mathworks.com/matlabcentral/fileexchange/72400-checker), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Periodic Waveform Generation en Help Center y MATLAB Answers.

Etiquetas

Añadir etiquetas

Add the first tag.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0