Question


How can I modify the size of label in boxplot?
I created a boxplot with by the following function: h= boxplot([tas_O2,tas_DeQM,tas_KeQM,tas_Dv,tas_Kv],'labels',{'Obs...

8 years ago | 0 answers | 0

0

answers

Question


Why does not m_pcolor draw some colors?
Dear All, . I would like to draw my own data on Lambert Conformal Conic projected map using with m_map package. I tried the fol...

8 years ago | 1 answer | 0

1

answer

Question


Why pcolor and m_pcolor do not use every colors in the figure?
I have a problem with creating map by m_pcolor. I use MatlabR2013a. I tried to create a map by m_map toolbox using same colorbar...

8 years ago | 1 answer | 0

1

answer

Question


How can I create a lambert conformal matrix from a vector?
Dear All, I would like to draw my data on a lambert conformal conic projected map using with m_map package. I have longitude(17...

8 years ago | 0 answers | 0

0

answers

Question


How can I convert a vector to 2D matrix correctly?
Dear All, I have a vector A(33807). I would like to convert it to matrix B(177X191). I tried it with reshape function: B...

8 years ago | 1 answer | 0

1

answer

Question


How can I insert some missing rows to a matrix?
Dear All, I have a matrix A(10950,33087) where the values are stored (time,coordinates) during 30 year period. In this matrix th...

8 years ago | 1 answer | 0

1

answer

Question


How can delete same rows and colums from three 2D matrices?
Hi All, I have three 2D matrices: longitude (191x177), latitude(191x177) and A(191x177). Matrix "A" contains some NaN values. I...

8 years ago | 2 answers | 0

2

answers

Question


How can I set colorbar properly?
I created a map with map_m packege by: m_proj('lambert','lon',[-34.748 60.8422],'lat',[26.5861 71.8699]); m_coast('...

8 years ago | 1 answer | 0

1

answer

Question


How can I create a correct lambertian colormap from my data with map_m package?
Hi All, I tried create a lambertian map using with map_m package by the following way: lon=[-40.375:0.25:75.375];lat=[25...

8 years ago | 1 answer | 0

1

answer

Question


How can I create pcolor map from 2D matrix?
I would like to create pcolor lambertian map with map_m package. I have coordinate data lon=[-40.375:0.25:75.375];lat=[25....

8 years ago | 0 answers | 0

0

answers

Question


How can I set correctly the colorbar?
I tried to set a colorbar according to the following way: m1 = [101 255 255]./255; m2 = [207 170 85]./255; m3 = [255 ...

8 years ago | 2 answers | 0

2

answers

Question


Conversion to cell from double is not possible.
I would like to translate string values are stored in cell (clim{30202,1}) to number by the following way: clim(find(i...

8 years ago | 2 answers | 0

2

answers

Question


How can I fix error in fzero (line 241)
When I use the following fzero function in Matlab R2012a: for jj=1:358; mat=cv_o2{jj}; pr=CC_m{jj}; x = [-5 100]; ...

8 years ago | 1 answer | 0

1

answer

Question


How can I load a netcdf file using Meteolab toolbox?
I would like load my netcdf file from ModelData directory in MLToolbox by the following way: dmn=readDomain('c:\Use...

8 years ago | 1 answer | 0

1

answer

Question


How can i use MLToolbox MeteoLab?
Dear All, I downloaded MLToolbox_R2013 which contains Meteolab according to <https://meteo.unican.es/trac/MLToolbox/wiki/Inst...

8 years ago | 0 answers | 0

0

answers

Question


How can I convert back the _FillValue elements from zero to NaN
I have A matrix which contains NaN as a _FillValues and inf values. I wanted to convert the inf values to zero by: A(~isfi...

8 years ago | 1 answer | 0

1

answer

Question


How can I convert back correctly a 2D matrix to 3D one?
Hi I converted my 3D matrix A(464 x 201 x 10957) to 2D matrix in matlab by: B = reshape(A,size(A,3),[],1); After I c...

8 years ago | 1 answer | 0

1

answer

Question


How can I add 2D matrix to 3D one?
Dear All, I would like to add 2D matrix (464x201) to 3D matrix (464x201x31). The matrices contain single elements. These matric...

8 years ago | 0 answers | 0

0

answers

Question


How can I create 3D matrix from 2D matrix by diagonal of coulumn variables?
I have a pr(17859x10957) matrix. I would like to create a 17859x17859x10957 matrix by the diagonal of every column. I tried the ...

9 years ago | 1 answer | 0

1

answer

Question


Transform a rotated stretched longitude and latitude grid to regular two dimensional grid
Hi, I have a GCM output where the the precipitation values are stored in rotated stretched longitude and latitude with the foll...

9 years ago | 1 answer | 0

1

answer

Question


How I can solve error in local_scaling function from Weaclim toolbox?
When I use local_scaling function from weaclim toolbox, I get a warning message: [GCM3,PGCM,SCALING]=local_scaling(mod,o...

9 years ago | 0 answers | 0

0

answers

Question


How can I install weaclim toolbox?
Dear All, I would like to use WEACLIM toolbox. I could download it to an arbitrary folder but I do not know how I should inst...

9 years ago | 1 answer | 0

1

answer

Question


How can I delete the extra matrices which contain NaN and 0 values?
Dear All, I have a 30 year dataset (1961.02.1-1990.11.30) in cell array which contains 358 matrices where the data are stored l...

9 years ago | 0 answers | 0

0

answers

Question


How can I power the elements of a 3D matrix to the elements of 2D matrix?
Dear All, I have two cells arrays which contains matrices. In one of the cell array are 3D matrices and in the other one are 2D...

9 years ago | 2 answers | 0

2

answers

Answered
How can I calculate fzero from values of matrices in cell array?
Dear Michael, Thank you for your help! I changed the calculation according to your suggestion by the following way: for j...

9 years ago | 0

Question


How can I calculate fzero from values of matrices in cell array?
Dear All, I have three cell arrays: cv_o, std_m and mean_m. Both cells contains 359 2D matrices. The size of matrices is same. ...

9 years ago | 2 answers | 0

2

answers

Question


How I can create matrices from a cell with a loop if the dimensions of matrices are not consistent?
Dear All, I have an out(301,1) cell which contains data in function of longitude, latitude and time in each months from 1961 ...

9 years ago | 0 answers | 0

0

answers