How to show timestamps in a uitable in Matlab GUI?

1 Ansicht (letzte 30 Tage)
Erandi Dissanayaka
Erandi Dissanayaka am 29 Jun. 2018
Kommentiert: Paolo am 30 Jun. 2018
I tried it with this code.It does not work. T2 = uitable(f2,'Position',[50 200 900 70],'Data', timestamp);

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by