Table UI issues in MATLAB

2 visualizaciones (últimos 30 días)
Puspal Hazra
Puspal Hazra el 25 de Nov. de 2019
Respondida: Navya Seelam el 3 de Dic. de 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.

Respuestas (1)

Navya Seelam
Navya Seelam el 3 de Dic. de 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

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by