
BN
Statistics
RANK
644
of 257.709
REPUTATION
93
CONTRIBUTIONS
213 Questions
35 Answers
ANSWER ACCEPTANCE
89.2%
VOTES RECEIVED
19
RANK
of 17.761
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Change the markers color in the figure after plotting
Dear all, I used this function in Matlab FEX to draw a Taylor diagram. I really need to change the color of generated markers t...
5 Monate ago | 2 answers | 0
2
answersQuestion
A question about adjustment the Histogram2 Properties
Hello all, Do you know how to: A: Delete the black line around each square of left side figure ( to be similar to the right sid...
5 Monate ago | 1 answer | 0
1
answerQuestion
How to change x-axis in kruskalwallis auto-generated boxplots?
Dear all, I want to change the x-axis labels of the auto-generated Kruskal-Wallis test boxplot. so if this is the code clear;...
6 Monate ago | 1 answer | 0
1
answerQuestion
How to plot this frequency graph?
Dear all, I have runoff and precipitation data (as I attached), how I can achieve such a plot? I tried this script: histog...
7 Monate ago | 1 answer | 0
1
answerQuestion
How to plot this?
Dear all, I have a table containing the cumulative distribution of 3 variables (x, y, and m). Now I want to plot contours of "m...
7 Monate ago | 1 answer | 0
1
answerQuestion
How to plot the difference between two plots (using shade)
Hello everyone, I have two plots like this: plot(OBS,'Color','#007aa5') hold on plot(Modeled,'Color','#ff55a3') xlabel('time...
8 Monate ago | 1 answer | 0
1
answerQuestion
I need help with converting hourly data to daily summation inside a cell
Dear all, I have a cell that contains hourly data of precipitation for the period 1987-2016. I want to convert these hourly dat...
9 Monate ago | 1 answer | 0
1
answerQuestion
How I can modify the decimal numbers in a table's column?
I have a table with different values like: 0.5, -0.300, -99, 5, 0, and so on. I want to use the output of this table in a hydrol...
10 Monate ago | 2 answers | 0
2
answersQuestion
Error in dlmwrite (line 181)
Dear all I have 2 arrays namely A and B that I wish to aggregate into one array like this: 1/1/1978,0.00 1/2/1978,0.00 1/3/1...
etwa ein Jahr ago | 1 answer | 0
1
answerQuestion
Merge columns and export to a text file
Dear all, I have array like that: AB = [ 15.5000 4.3000 13.9000 0.7000 12.2000 6.9000 11.5000 ...
etwa ein Jahr ago | 1 answer | 0
1
answerQuestion
Count number of smaller than the threshold in the certain rows of cell arrays
Dear all, I have a 1 x 3 cell array, each 3 array includes 360x1 double. For each 1 to 360 rows stored in every 3 arrays, I wan...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to make this plot?
Dear all, I have a table namely DATA. I don't know how to have a plot like this in the below for it. Any advice is highly ap...
mehr als ein Jahr ago | 1 answer | 1
1
answerQuestion
Counting consecutive negative numbers in an array
Hello, I need to find how many times consecutive negative numbers are in the array. For example: v = [11 2 3 -1 -2 1 -1 -1 -3 1...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to shift the y-axis and force it to start at another number rather than 0?
Dear all, I have this: But I need to see what is the plot if the horizontal axes cross value is -3 like this (with same as ...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to plot this?
Dear all, I want to have something like this plot: GPCC, UDel, CRU, and APH are models, and MBE, MAE, and MD are correspondin...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
How to find the percentage of smaller than X in a specific column in all tables in a cell
Hello everyone I have a cell with four "360x5 tables" inside it. I want to understand the percentages of smaller than 0.5 in t...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Save just part of the figure
Dear all, I generate my color bar using this code ax = axes; colormap (flipud(cool(10))) caxis([0 1]) c = colorbar(ax,'south...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
The plot draws at y = -20, is there any way to force it to plot like normal (y=0)?
Dear all, I don't know why my plot starts plotting at -20! Is there any way to plot it on the y=0? Thank you
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Select rows based on a string in a cell
Hello, I have a 1x19 cell. Each cell looks like this: I want to store the precip values of WIN in each array. So the output...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
How to plot confident interval of ecdf() as shade?
Hello all, I used ecdf() to plot my data, it calculates upper and lower band, but I don't know how to plot them like this: a...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
Huge white space around the plot after saving
Hi all, Unfortunately, after save my figure and paste it in the Microsoft office word I see there is a huge white space around ...
fast 2 Jahre ago | 2 answers | 0
2
answersQuestion
Question about extracting rows from a table based on string
Hello everyone I wanted to store all winter ("Win") values of the rrr24 column in my data set in a new array So I tried to d...
fast 2 Jahre ago | 0 answers | 0
0
answersQuestion
Select points inside a polygon
I have 96 points (longitude and latitude); each point is a center of 0.5 x 0.5 pixel (box), on the other hand, I have a polygon,...
fast 2 Jahre ago | 3 answers | 0
3
answersQuestion
Plot a box around set of points
Dear all, I would be grateful if you can tell me how I can create a 0.5 x 0.5 box around each point that I have. I want each poi...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
Create a box around points and use in inpolygon
Dear all, I used this code below in order to select the points that are placed in/on the polygon which is correct and gave me t...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
Problem with adjusting custom colormap and colorbar
Hello everyone How to adjust a color bar in this way? lower than 0.05 = white 0.05 ~ 0.1 = red 0.1 ~ 0.2 = yellow 0.2 ~ ...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
How to store the output of a function?
I used a function from FEX, when it's run the output is showing in the command window but nothing adds to workspace. Is any way ...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
Question about Anderson-Darling (adtest)
I want to check if two data sets have similar distribution. I would like to use Anderson-darling test in order to do that, But a...
fast 2 Jahre ago | 2 answers | 0
2
answersQuestion
How to plot something like this?
Hello everyone, Assume that I have this 3 datasets (A, B, C) and I want to have a plot like this (please kindly ignore the whi...
fast 2 Jahre ago | 0 answers | 1
0
answersQuestion
Change the color of each group in boxplotGroup
I used Adam Danz's boxplotGroup to making two groups of box charts; data = {rand(100,2), rand(100,2)+.2, rand(100,2)-.2}; box...
fast 2 Jahre ago | 1 answer | 0