Uitable Matrix within cells
5 次查看(过去 30 天)
显示 更早的评论
Hi, I have a data structure that involves strings, matrices and integers that need to be shown in one row in different columns. I seem to be having problems in getting the matrix within the cell.
For instance I have, data={'a',[1 2 3;3 4 5], 34};
I need to print this onto a uitable in three separate columns. Could anyone help me out here?
Thanks!
0 个评论
采纳的回答
Walter Roberson
2013-5-24
uitable() entries are not designed to be able to have multiple rows or columns within one cell.
You might be able to hack something by declaring the column to be text, and then coding an HTML TABLE description as the string for the column, but you will have difficulty in making the cell tall enough for the result to show up.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!