Table UI issues in MATLAB

조회 수: 5 (최근 30일)
Puspal Hazra
Puspal Hazra 2019년 11월 25일
답변: Navya Seelam 2019년 12월 3일
I am using table() and in one of the two column has data as complex and other has real value.
I like to display as one in complex and other in real, as like original data type in UI. It shows both in complex form now.
Please let me know if you have any suggestion on this.

답변 (1개)

Navya Seelam
Navya Seelam 2019년 12월 3일
Hi,
You can use uifigure instead of figure as shown below
fig=uifigure;
uitable(fig,'Data',T);
To change the properties of the table refer to the following link

카테고리

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