Definitely could not change the color for this case?

1 次查看(过去 30 天)
I can do the code shown below. But, what I want is that the table can also come out of another color; Green or orange ... They say, it definitely can't be done.
Any suggestions or help please.
Thank you.
b={sprintf('<strong>Resultado</strong>')};
b1=1;
b2=2;
b3=3;
b4=4;
b1={sprintf('<strong>%d</strong>',b1)};
b2={sprintf('<strong>%d</strong>',b2)};
b3={sprintf('<strong>%d</strong>',b3)};
b4={sprintf('<strong>%d</strong>',b4)};
d={'a','b','c','d','e'};
T=table(categorical(b),categorical(b1),categorical(b2),categorical(b3),categorical(b4),'variablenames',d);
disp(T);
  5 个评论
Jan
Jan 2019-11-22
The command window is not the best choice for displaying colors or smart format tricks. For a powerful interaction with the user create a GUI.
César Hernández
César Hernández 2019-11-22
About GUI or GUIDATA, I definitely don't know almost anything. Perhaps else, go ahead.
My most sincere success wishes to you ....
Go well to you. And go ahead with queries, questions, comments and answers !!!
God bless you.
Thanks a lot anyway.
Greetings.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by