spatialcorr3(vararg​in)

버전 1.0.0.0 (3.63 KB) 작성자: ANKUR KUMAR
Spatial correlation having timesteps
다운로드 수: 460
업데이트 날짜: 2018/1/9

라이선스 보기

Created by Ankur Kumar Wednesday; January 03, 2018
Version: 1.0
National Institute of Techonology, Rourkela
Rourkela, Odisa - 769008, India
Department of Earth and Atmospheric Sciences
Email: ankurk017@gmail.com
416AS2025@nitrkl.ac.in

Function:
For the spatial correlation between two variables, spatialcorr3
helps us to get on the desired result. Both the input matrices
should be in three dimension. One of the dimensions of a matrix
should reflect the time. If you have taken the mean of all time
steps (suggestion is not to take the mean) or if the data is
available in monthly mean format or daily mean format, then use
spatialcorr2.

Syntax:
C1=spatialcorr3(A,B);
C2=spatialcorr3(A,B,2);

Inputs:
First and second input should be the matrices between which you
want to find correlation.
Third dimension should be of dimension which reflects the time.
If you keep this argument empty, then by default it set to 3.

Example:
A=randi(25,10,20,365);
B=randi(55,10,20,365);
C1=spatialcorr3(A,B,1);
C2=spatialcorr3(A,B,2);
C3=spatialcorr3(A,B,3);

Please send your suggestions to the email id: ankurk017@gmail.com or
416AS2025@nitrkl.ac.in

인용 양식

ANKUR KUMAR (2024). spatialcorr3(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/65640-spatialcorr3-varargin), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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