UITable color for value
Mostra commenti meno recenti
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.
Risposte (2)
Image Analyst
il 20 Set 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
il 23 Set 2021
0 voti
2 Commenti
Jan Moor
il 23 Set 2021
Image Analyst
il 23 Set 2021
I don't understand it. You'd need to upload the whole app.
Categorie
Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!