How to plot the on-off status matrix with elements displayed
Afficher commentaires plus anciens
I want to plot a figure like this with matlab. The elements are presented and marked with differetn colors.

Réponses (1)
Walter Roberson
le 11 Mai 2022
0 votes
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 commentaire
Rongxing Hu
le 16 Mai 2022
Catégories
En savoir plus sur Color and Styling dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!