How to show timestamps in a uitable in Matlab GUI?

1 visualización (últimos 30 días)
Erandi Dissanayaka
Erandi Dissanayaka el 29 de Jun. de 2018
Comentada: Paolo el 30 de Jun. de 2018
I tried it with this code.It does not work. T2 = uitable(f2,'Position',[50 200 900 70],'Data', timestamp);

Respuesta aceptada

Paolo
Paolo el 29 de Jun. de 2018
f = figure;
t = uitable(f,'Data',{datestr(now)},'Position',[50 200 900 70]);
  2 comentarios
Erandi Dissanayaka
Erandi Dissanayaka el 30 de Jun. de 2018
Thank you...
Paolo
Paolo el 30 de Jun. de 2018
If the problem is solved, please accept the answer.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by