How to change color of UITable cells in app designer if its value gets bigger than an amount?

106 views (last 30 days)
Hi All
I need to show the output of my code on an nxn table so at any time, not all but any of these values might exceed certain limits. and I want to change that cell color if its value has exceeded that value. How do I do that ?
and if you wanna add an example file, I use version 2017b. thank you very much

Accepted Answer

Ameer Hamza
Ameer Hamza on 23 Apr 2020
This example explain how you can color cells in a uitable based on conditions: https://www.mathworks.com/help/releases/R2020a/matlab/ref/uitable.html#mw_17e7164d-b6a6-40dd-a69e-fb422ee43794. If there is some issue to implement this method then you can ask in the comment.
  32 Comments
Ameer Hamza
Ameer Hamza on 19 May 2020
I don't think there is a documented way to do that before R2019b. If the HTML trick didn't work, then most likely not an easy thing.

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!