How can I store a table as time series in which particular column of table has a an array as entry?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to create a timeseries from the data I have recorded from some sensors. Data is in the form of table with several columns. One particular column as array of values. For example:
Data1 Data2 Data3
1.2 1.5 0.45, 0.345, 0.73
1.4 1.7 0.4, NaN, 023
How can I create timeseries from such data?
댓글 수: 1
Renato Agurto
2015년 12월 21일
편집: Renato Agurto
2015년 12월 21일
Hi. Can you give an example what exactly you want as output?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Time Series에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!