reorganize a nD-array into matrix, and vise versa

버전 1.0.0 (2.59 KB) 작성자: wfH
Shift data to operate on specified dimension. This HANDY function is very USEFUL to handle time series data in nD-array format.
다운로드 수: 5
업데이트 날짜: 2023/6/2

라이선스 보기

`PERMUTEDATA` reorganize a nD-array into 2D-matrix (i.e., faltten), and vise versa.
It is particularly useful to handle time series data in nD-array format (e.g., signal processing, motion analysis, ..., etc.).
NOTE
Most pieces of code were taken from Jan's excellent work `FilterM` (https://www.mathworks.com/matlabcentral/fileexchange/32261-filterm).
This function is just a wrapper.
[fdata] = permutedata(data);
[fdata] = permutedata(data, dim);
[fdata, Constructor] = permutedata(data);
[fdata, Constructor] = permutedata(data, dim);
[data] = permutedata(fdata, Constructor)

인용 양식

wfH (2024). reorganize a nD-array into matrix, and vise versa (https://www.mathworks.com/matlabcentral/fileexchange/130429-reorganize-a-nd-array-into-matrix-and-vise-versa), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

받음: FilterM

Community Treasure Hunt

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

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