corrmap correlation coefficients

버전 1.1.1 (105 KB) 작성자: Chad Greene
This function returns correlation coefficients along any dimension of an N-dimensional data set.
다운로드 수: 1.1K
업데이트 날짜: 2019/5/20

라이선스 보기

r = corrmap(A,y,dim) returns an (N-1)-dimensional array of correlation coefficients between y and A along dimension dim of A.
Note: This is version 1. It performs well for small data sets, but is somewhat slow for large data sets. The small examples in the demo file (size 3x4x1095) return a 3x4 map of correlation coefficients in 0.004133 seconds on my laptop. When testing with a larger 26x360x12000 data set, it takes my machine nearly a minute to return the 26x360 map. If you have suggestions for how to increase the speed of this function for large data sets, please let me know.

인용 양식

Chad Greene (2024). corrmap correlation coefficients (https://www.mathworks.com/matlabcentral/fileexchange/46433-corrmap-correlation-coefficients), MATLAB Central File Exchange. 검색됨 .

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

줌: downsample_ts

Community Treasure Hunt

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

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

Added live scripts

1.1.0.0

Inclusion of demo file.

1.0.0.0