reshape_daily

버전 1.3.1 (138 KB) 작성자: Chad Greene
Reshape daily time series between 1D and calendar-like 3D matrices.
다운로드 수: 632
업데이트 날짜: 2019/5/20

라이선스 보기

This function aids in analysis of multi-year time series by reshaping daily data sets from 1D to 3D or from 3D to 1D. 3D time series coordinates correspond to DAYSxMONTHSxYEARS and will always be 31x12xNUMBEROFYEARS. Missing data values and non-real days (e.g. April 31) are replaced by NaNs.
SYNTAX
[s,t] = reshape_daily(s,t)
[s,t,year,month,day] = reshape_daily(s,t)
DESCRIPTION
[s,t] = reshape_daily(s,t) returns reshaped time series arrays corresponding to time t and the signal S. If input arrays are Nx1 or 1xN, 3D arrays s and T are returned. If input arrays are 3D, Nx1 arrays are returned. Time array t must be in datenum format.

[s,t,year,month,day] = reshape_daily(s,t) also returns year, month, and day arrays corresponding to t.

인용 양식

Chad Greene (2024). reshape_daily (https://www.mathworks.com/matlabcentral/fileexchange/46508-reshape_daily), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
도움

줌: downsample_ts

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.1

Added live scripts

1.3.0.0

Demo file.

1.2.0.0

Demo file edits.

1.1.0.0

Demo file inclusion.

1.0.0.0