필터 지우기
필터 지우기

Background color row in table

조회 수: 16 (최근 30일)
Aletta Wilbrink
Aletta Wilbrink 2018년 4월 10일
답변: Guillaume 2018년 4월 10일
Is it possible to give specific rows in a table a background color, when I open the variable in my workspace or even give the text a different color?
For example, I have the next table:
t = table([1;2;3;1;2],['a';'b';'c';'d';'e'])
t =
5×2 table
Var1 Var2
____ ____
1 a
2 b
3 c
1 d
2 e
When I open t, I want the rows where Var1 = 2 to have a different background color

채택된 답변

Guillaume
Guillaume 2018년 4월 10일
No, the variable editor is fairly basic, and does not offer any option to colour cells, columns or rows. If you were to create your own GUI you could use a uitable to display the content of the table but even that has limited colouring capabilities (unless you access the low level java components)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by