Generate gray code disk

버전 1.2.0.0 (1.72 KB) 작성자: Daniel Pihlquist
Use various matlab functions and loops to create a gray code disk.
다운로드 수: 335
업데이트 날짜: 2013/3/26

라이선스 보기

With three input parameters, radial resolution, circumferential resulution and the number of bits, this program generates an image of a gray code disk. This was thrown together pretty quickly, so I haven't had time to perfect the code further, so the number of bits is pretty much limited to 7. If you go higher, the resolution will be poor for the first bits.

인용 양식

Daniel Pihlquist (2025). Generate gray code disk (https://kr.mathworks.com/matlabcentral/fileexchange/40928-generate-gray-code-disk), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Arithmetic에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Updated the file with the fliplr() command.

1.1.0.0

Mking the output better with fliplr()

1.0.0.0