How to modify UTTable cell color in app designer

3 ビュー (過去 30 日間)
Nada Jadalla
Nada Jadalla 2019 年 5 月 13 日
編集済み: TED MOSBY 2025 年 7 月 2 日
I built a calculator where I want the color of the value to change if the sum is within a certain range of values. So, I need to know if there is any coloring command I can use.
if app.SecondOrderCheckBox.Value == 1 && app.LowerBandCheckBox.Value == 1
if app.SumCheckBox.Value==1
while i<22
j=1;
while j<12
ut.Data(i,j) = secsum+b;
x=secsum+b;
% if x>5210 && x<5250
%I want to change the color of x from black to any other color and then insert it to the table
% ut.Data(i,j) = x;
% end
b = b-5;
j=j+1;
end
b=0;
b=b-r;
r = r+5;
i = i+1;
end

回答 (1 件)

TED MOSBY
TED MOSBY 2025 年 7 月 2 日
編集済み: TED MOSBY 2025 年 7 月 2 日

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by