spatialcorr2( varargin)

バージョン 1.0.0.0 (2.98 KB) 作成者: ANKUR KUMAR
Spatial Correlation of 2D datasets (without having timesteps)
ダウンロード: 227
更新 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:
% (Not recommended) If you have hourly or half hourly or 6 hourly
% data, then it is recommended to include time steps in your data
% sets and use spatialcorr3.
% spatialcorr2 uses interpolation of data sets on its finer grids
% and then find the correlation of the matrix formed by
% interpolating the data into its subgrids (Between two grid point of latitude and longitude, it divided
% the grides into its subgrids.). Interpolating the
% data swallow the accuracy of data sets. That's why, it''s not
% recommended. (For details, see the documentation)
%
%
% Syntax:
% C=spatialcorr2(lon,lat, data1,data2 );
%
%Inputs:
% First and second input should be longitudes and latitudes of
% the data set. Third and fourth input should be the data between
% which you want to find spatial correlation.
% By default, fifth argument is set to 7. This means that
% function divided the corresponding grids into 7 subgrids and
% then it interpolates.
%
% Example:
% C=spatialcorr2(lon,lat, data1,data2 );
%
%
% Please send your suggestions to the email id: ankurk017@gmail.com or
% 416AS2025@nitrkl.ac.in

引用

ANKUR KUMAR (2024). spatialcorr2( varargin) (https://www.mathworks.com/matlabcentral/fileexchange/65639-spatialcorr2-varargin), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0