필터 지우기
필터 지우기

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 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