Table UI issues in MATLAB

5 次查看(过去 30 天)
Puspal Hazra
Puspal Hazra 2019-11-25
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