How to plot the on-off status matrix with elements displayed
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to plot a figure like this with matlab. The elements are presented and marked with differetn colors.

댓글 수: 0
답변 (1개)
Walter Roberson
2022년 5월 11일
image() with a colormap with two entries. If you need the labels then text() them into place. You can use find() to get row and column numbers. Remember that row numbers are y coordinates and column numbers are x coordinates.
참고 항목
카테고리
Help Center 및 File Exchange에서 Color and Styling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!