Nested Tables and UI Tables. Using GUIDE UI figure.

조회 수: 10 (최근 30일)
Matthew Worker
Matthew Worker 2018년 4월 20일
댓글: Walter Roberson 2018년 4월 20일
Hi, I want to have an interactive figure with a ui table in it. However, I want to display the table such that:
  • Outer table is a 1x2 table
  • Inside cell (1,1) there is a table that is 4x2 and;
  • Inside cell (1,2) there is another table that is 4x2
Given that to insert data into a uitable the input needs to be a cell, how do I do this?

채택된 답변

Walter Roberson
Walter Roberson 2018년 4월 20일
  댓글 수: 2
Matthew Worker
Matthew Worker 2018년 4월 20일
Yes, but that doesn't give me two nested tables in one outer table retaining column and row names.
Walter Roberson
Walter Roberson 2018년 4월 20일

True, but it does explicitly say you cannot do that with uitable.

There is a possibility that you might be able to implement it using the java objects that underly uitable. See http://undocumentedmatlab.com

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by