How to plot the on-off status matrix with elements displayed

3 Ansichten (letzte 30 Tage)
Rongxing Hu
Rongxing Hu am 11 Mai 2022
Kommentiert: Rongxing Hu am 16 Mai 2022
I want to plot a figure like this with matlab. The elements are presented and marked with differetn colors.

Antworten (1)

Walter Roberson
Walter Roberson am 11 Mai 2022
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.
  1 Kommentar
Rongxing Hu
Rongxing Hu am 16 Mai 2022
How can I draw the edges for each small colored squares and scale the colorbar(0 the min -color and 1 the max-color).

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Color and Styling finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by