UITable color for value
Afficher commentaires plus anciens
I've made a easy connectfour in matlab. Is there a possibility, that when the value in a cell from the UITable is 1, to make it red ans when it's -1 to make it yellow?
the background and the foreground color need to change.
Réponses (2)
Image Analyst
le 20 Sep 2021
Yes. Not sure how you're doing the display but you could make an array of circles and a colormap. Then use
imshow(yourImage, 'ColorMap', cmap);
Jan Moor
le 23 Sep 2021
0 votes
2 commentaires
Jan Moor
le 23 Sep 2021
Image Analyst
le 23 Sep 2021
I don't understand it. You'd need to upload the whole app.
Catégories
En savoir plus sur Blue 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!