photo

Dushantha Sandaruwan WIJENDRA NAIDHELAGE


Last seen: 7 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
93,067
of 300,381

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Thankful Level 2
  • Thankful Level 1
  • First Review
  • Explorer

View badges

Feeds

View by

Answered
bias correction by quantile mapping
I hope this toolbox may help to your problem. https://github.com/saedoquililongo/climQMBC

2 years ago | 0

Answered
how can I read multiple netcdf file using ncread in matlab?
This code can be used to substract the specific region from the set of netcdf files clear all;clc av_file=dir('*.nc'); ncdi...

2 years ago | 0

Question


How to reduce the grid size of 3D matrix, (quarter of its original size)
I have grid data, (X,Y,T) x=lon,y=lat,t=time. The size of the data is (281*321*60), which is 0.25*0.25 grid data. I want to make...

4 years ago | 1 answer | 0

1

answer

Question


How to extract perticular variable from multiple netcdf files (daily data). And merge them together as a one .mat file.
I have sst daily data in .netCDF format from 1990 to 2020. some files have 365 days, some have 366. How can I extract sst variab...

4 years ago | 1 answer | 0

1

answer