Definitely could not change the color for this case?

1 view (last 30 days)
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 Comments
Jan
Jan on 22 Nov 2019
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 on 22 Nov 2019
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.

Sign in to comment.

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!