Question


How to get field value from a struct as a variable in order to use in a code?
Hey all I want to extract x and y from this struct, as a seperate variables in my workplace, in order to use them in my code. ...

6 years ago | 3 answers | 0

3

answers

Question


what is the source code of gridinterpolant function? what is the algorithm?
I want to know what is behind griddedinterpolant function? what is the original code? can I know? what is the algorithm? best ...

6 years ago | 1 answer | 0

1

answer

Answered
Create an array to record input value
mybe this answer could be useful

6 years ago | 0

Answered
Does MATLAB work on Windows 10 in "S mode"?
Matlab works with windows 10 perfectly. you should install it on windows. just like install any other programs. I have it on my ...

6 years ago | 0

Question


how to set NaN values red in a figure ?
Hi, How to set all NaN values red color in the code below? ( I want to see NaN part as red color in output) Mean_precip= nanmea...

6 years ago | 1 answer | 0

1

answer

Question


How to fill NaN values in 3d array using interpolation?
I have 3 dimansion array: precipitation=(longitude*latedute*time) in the precipitation array I have bunch of NaN values, now ...

6 years ago | 1 answer | 0

1

answer

Question


How to Remove NaN (missing values) from 3d array, temporally and spatially?
Dear all, I have a 3 dimension array (longitude*latetude*time) which I was read from a NetCDF file. This array has some NaN val...

6 years ago | 1 answer | 0

1

answer

Question


Export data based on latitude and longitude from 3 dimension array
Dear all Matlab professionals I have an array named precipitation with 3 dimension (longitude*latitude *time) which it's valued...

6 years ago | 1 answer | 0

1

answer

Question


How to convert 3d array to raster (tiff)
Dear all, I have a 3 dimension array (longitude*latidute*time) (1439*719*1512) which represents the value of precipitation for...

6 years ago | 3 answers | 0

3

answers

Question


how to select the desired range of each dimension from the 3d array?
Hello all, I have 3d double array (precipitation=1439*719*1512) that is: latitude=1439 longitude=719 time=1512 now I want t...

6 years ago | 1 answer | 0

1

answer

Question


How to solve Error using griddedInterpolant The grid vectors are not strictly monotonic increasing?
Dear all I want to regrid my netcdf file from 0.5*0.5 degree to 0.25*0.25 degree. I using this code below: filename='precip.mo...

6 years ago | 1 answer | 0

1

answer

Question


Error using griddedInterpolant Grid coordinates must be of the same type, single or double.
Hello All I have a problem with this code in order to regrid my data: filename='precip.mon.total.v2018.nc'; ncdisp(filename)...

6 years ago | 1 answer | 0

1

answer

Question


how to solve Error using .' Transpose on ND array is not defined. Use PERMUTE instead. Error in interp2 (line 122) V = V.';?
Hello I want to regrid my netcdf file based on lat and lon from 0.5 to 1 degree. now I faced this error. Can anyone help me? he...

6 years ago | 2 answers | 1

2

answers

Question


How to Regrid the netcdf data in order to achieve smaller/greater spatial resolution?
I have a netcdf file with 0.5*0.5 degree (Lat*Lon) grided resolution for precipitation from 1982-2015 in all around the globe. n...

6 years ago | 2 answers | 0

2

answers

Question


how to obtain data of long years included NetCDF file for a " small-time range"?
I have a NetCDF file from GPCC (GLOBAL PRECIPITATION CLIMATOLOGY CENTRE). this file include precipitation from 1800 to 2016 at 0...

6 years ago | 1 answer | 0

1

answer