How to show timestamps in a uitable in Matlab GUI?

1 次查看(过去 30 天)
I tried it with this code.It does not work. T2 = uitable(f2,'Position',[50 200 900 70],'Data', timestamp);

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by