How to keep time (Not tic toc)

I have data that was taken at a time, I want to use the times to create time series plots and other such charts and graphs. With this data I am finding the mean, variance and correlation coefficient, This gives out puts that show no indication of the time they where taken at. How can I keep the time tied to the out puts to make it easier to graph later?

댓글 수: 3

Azzi Abdelmalek
Azzi Abdelmalek 2014년 3월 21일
Can you explain how are you getting your data?
Ry
Ry 2014년 3월 25일
I receive the data from an online storage area. From there I bring it to my computer and import it into MATLAB. I can see the time in a column to the far left, and the readings I am interested in, on the far right. To define a variable I high light the entire row and analyze it in 30 data point increments. (Sorry for the late response, I did not receive an email for a comment).
Star Strider
Star Strider 2014년 3월 25일
Posting a few (10 or so) representative lines of your data, what you are now doing with it, and what you want to do with it would help.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sean de Wolski
Sean de Wolski 2014년 3월 21일

0 개 추천

Convert the times to date numbers:
doc datenum

카테고리

도움말 센터File Exchange에서 Time Series Objects에 대해 자세히 알아보기

태그

질문:

Ry
2014년 3월 21일

댓글:

2014년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by