checker

버전 1.0.0 (34.4 KB) 작성자: Chad Greene
Make a simple logical checkerboard pattern.
다운로드 수: 20
업데이트 날짜: 2019/8/9

라이선스 보기

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))

인용 양식

Chad Greene (2024). checker (https://www.mathworks.com/matlabcentral/fileexchange/72400-checker), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Periodic Waveform Generation에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0