Table UI issues in MATLAB

1 vue (au cours des 30 derniers jours)
Puspal Hazra
Puspal Hazra le 25 Nov 2019
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.

Réponses (1)

Navya Seelam
Navya Seelam le 3 Déc 2019
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

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by