spatialcorr3(vararg​in)

Spatial correlation having timesteps
460 download
Aggiornato 9 gen 2018

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Volume Visualization in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0