
BN
Statistics
213 질문
35 답변
0 문제
1 해답
순위
647
of 260,613
평판
93
참여
213 질문
35 답변
답변 채택
89.2%
획득한 표
19
순위
90,248
of 112,028
참여
0 문제
1 해답
점수
20
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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...
7달 전 | 답변 수: 2 | 0
2
답변질문
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...
7달 전 | 답변 수: 1 | 0
1
답변질문
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;...
7달 전 | 답변 수: 1 | 0
1
답변질문
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...
9달 전 | 답변 수: 1 | 0
1
답변질문
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...
9달 전 | 답변 수: 1 | 0
1
답변질문
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...
9달 전 | 답변 수: 1 | 0
1
답변질문
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...
11달 전 | 답변 수: 1 | 0
1
답변질문
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...
11달 전 | 답변 수: 2 | 0
2
답변질문
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...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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 ...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 이상 전 | 답변 수: 1 | 1
1
답변질문
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...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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 ...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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 ...
2년 이하 전 | 답변 수: 2 | 0
2
답변질문
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...
2년 이하 전 | 답변 수: 0 | 0
0
답변질문
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,...
2년 이하 전 | 답변 수: 3 | 0
3
답변질문
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...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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 ~ ...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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 ...
2년 이하 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 이하 전 | 답변 수: 2 | 0
2
답변질문
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...
2년 이하 전 | 답변 수: 0 | 1
0
답변질문
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...
2년 이하 전 | 답변 수: 1 | 0