Drawing Table in Figure
1 次查看(过去 30 天)
显示 更早的评论
I would like to draw a table inside an Axis Figure (due to GUI constraints...) (i.e: TableData = [1 1 0 ; 0 0 1; 1 1 1]) I would like to paint Two different color inside a table cell (pass-green, fail-red) The only way I found is using 'surf' and then view(2) but the problam is that all the cells get the same color although thay have different values.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!