How to show timestamps in a uitable in Matlab GUI?

1 回表示 (過去 30 日間)
Erandi Dissanayaka
Erandi Dissanayaka 2018 年 6 月 29 日
コメント済み: Paolo 2018 年 6 月 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]);
  2 件のコメント
Erandi Dissanayaka
Erandi Dissanayaka 2018 年 6 月 30 日
Thank you...
Paolo
Paolo 2018 年 6 月 30 日
If the problem is solved, please accept the answer.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by