Azzera filtri
Azzera filtri

How to show timestamps in a uitable in Matlab GUI?

1 visualizzazione (ultimi 30 giorni)
I tried it with this code.It does not work. T2 = uitable(f2,'Position',[50 200 900 70],'Data', timestamp);

Risposta accettata

Paolo
Paolo il 29 Giu 2018
f = figure;
t = uitable(f,'Data',{datestr(now)},'Position',[50 200 900 70]);

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by