how can specified color table
Afficher commentaires plus anciens
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 1 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 1 0 0 1
0 1 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 1
0 0 0 1 1
0 0 0 1 1
0 0 0 1 1
0 0 0 1 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 0
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 1 0 1
0 0 1 0 1
0 0 1 0 1
0 0 1 0 1
0 0 1 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
I have a table whose empty cells are marked with the number 1. I want to color the empty cells in appdesigner the table.
Thank you for helping me
4 commentaires
Jon
le 22 Juil 2022
I don't think there is anything built in to MATLAB that allows setting the background color of individual cells. There are a lot of ways around this using Java and HTML. See for instance https://undocumentedmatlab.com/articles/uitable-cell-colors/
Amir Azadeh Ranjbar
le 22 Juil 2022
Jon
le 22 Juil 2022
If you haven't already please look at the link I sent. Note that you don't need to know much about Java, you can import Java functions into MATLAB and then just use them like ordinary MATLAB functions.
Jon
le 22 Juil 2022
Still, if anyone has a way of changing the colors of individual cells in a App Designer UITable, purely with MATLAB that would be great! Hopefully someone either has such a solution, or can definitively say that it is not possible without resorting to Java or other external functionality.
Réponses (1)
Image Analyst
le 22 Juil 2022
0 votes
Perhaps you can colorize the values doing something like Steve does here:

or here:

You'd have to adapt it of course. I'm not going to do that for you even though your programming skills are elementary - I just don't have the time. But good luck (if it's something you might be able to use).
Catégories
En savoir plus sur Startup and Shutdown 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!