how do i plot hh:mm:ss format in x axis where my x axis is containing no. of sample points...???
이전 댓글 표시
my signal started from 09:11:44 upto 09:15:10 i want my x axix to show me in this format as time in x axis increases simultaneously directly reflect change in second in above given format....i am attaching my signal which is having x axis in second.
simply i wants where time in second is 0 i want to show this point 09:11:44 and where time in second is 206.7 i want to show this point 09:15:10
댓글 수: 3
D S Parihar
2015년 12월 1일
Ingrid
2015년 12월 1일
for datetick to work you should have plotted the correct x-values, if instead you only have the number of samples you should use xlabel instead
Ingrid
2015년 12월 1일
BTW: a fig.file cannot be opened in a browser, better to attach some of your code as a minimum working example (with dummy data) or a .png file if you want to show the result
답변 (1개)
Ingrid
2015년 11월 30일
0 개 추천
have you looked into xtick and xlabel commands?
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!