ka chun yick
Followers: 0 Following: 0
Feeds
已回答
Problem stataments in Matlab
@Dyuman Joshi. I am sure when i imported it from excel, it is a table as a whole. i have been reading some documents on how to c...
Problem stataments in Matlab
@Dyuman Joshi. I am sure when i imported it from excel, it is a table as a whole. i have been reading some documents on how to c...
2 years 前 | 0
已回答
Problem stataments in Matlab
Hi, i got the following error, it said 'countd' is unrecognized...... Unrecognized function or variable 'countd'. Error in Unt...
Problem stataments in Matlab
Hi, i got the following error, it said 'countd' is unrecognized...... Unrecognized function or variable 'countd'. Error in Unt...
2 years 前 | 0
提问
Problem stataments in Matlab
Hi, I would like to make a problem statement in Matalb, here are 3 columns, the 1st column is the user ID, the 2nd is (A/B) an...
2 years 前 | 4 个回答 | 0
4
个回答提问
Rotate geometry at one specified point
Hi, I wanted to rotate the inner rectangle (only) to 45 degree, which (p1(1),p1(2)) as the fixed point as rotation. I am not su...
3 years 前 | 1 个回答 | 0
1
个回答提问
Rotate the centre plate in a geometry
Hi, I wanted to rotate the inner rectangle (only) to 45 degree, which (0,0) as the fixed point as rotation. I am not sure how t...
3 years 前 | 1 个回答 | 0
1
个回答提问
Rewrite the script and fit a 'kernel' distribution plot into a histogram
Hi, This is my script. I am trying to it a 'kernel' distribution plot into an existing histogram. So, how can i do that and whi...
4 years 前 | 0 个回答 | 0
0
个回答提问
Fit a distribution line in a histogram - Help!
Hi all, This is my code and the result i got. Somthing is not right, i used histfit(cntH,NumBins,'kernel'), i was expecting the...
4 years 前 | 0 个回答 | 0
0
个回答提问
Fitting a curve and fit it in a "stacked" histogram
I tried to make a curve in a "stacked" histogram, In line 23 & 24, i added "data=[cntA' ,cntB' ,cntC'] & histfit(data,100,'kerne...
5 years 前 | 0 个回答 | 0
0
个回答提问
Make a curve and fit it in a "stacked" histogram
I tried to make a curve in a "stacked" histogram, In line 23 & 24, i added "data=[cntA' ,cntB' ,cntC'] & histfit(data,100,'kerne...
5 years 前 | 1 个回答 | 0
1
个回答已回答
Fitting a curve to a histogram
Hi, I added these two lines, but the plot seems not correct..... I tried histfit(data,100,'kernel') % specify number of...
Fitting a curve to a histogram
Hi, I added these two lines, but the plot seems not correct..... I tried histfit(data,100,'kernel') % specify number of...
5 years 前 | 0
提问
Fitting a curve to a histogram
Hi, This is my current script. I would like to fit a curve to a histogram as shown in the picture below: What lines should i ad...
5 years 前 | 2 个回答 | 0
2
个回答提问
Add a distribution fit in a histogram
Hi, This is my script and i would like to add a distribution fit along the bars (see attachment). I assumed using the histfit()...
5 years 前 | 0 个回答 | 0
0
个回答已回答
How do i create a multi-colour histogram using excel data?
Thanks, it works. In additional, i would like to add a distribution fit. I looked at the tutorial: https://uk.mathworks.com/help...
How do i create a multi-colour histogram using excel data?
Thanks, it works. In additional, i would like to add a distribution fit. I looked at the tutorial: https://uk.mathworks.com/help...
5 years 前 | 0
已回答
How do i create a multi-colour histogram using excel data?
Hi, I still got a problem on the line 20, bar(b,[cA',cB'],'stacked'), any thought?
How do i create a multi-colour histogram using excel data?
Hi, I still got a problem on the line 20, bar(b,[cA',cB'],'stacked'), any thought?
5 years 前 | 0
已回答
How do i create a multi-colour histogram using excel data?
Hi, This is my updated script. But it still got some problems at the end: Undefined function or variable 'nbins'. Error in U...
How do i create a multi-colour histogram using excel data?
Hi, This is my updated script. But it still got some problems at the end: Undefined function or variable 'nbins'. Error in U...
5 years 前 | 0
提问
How do i create a multi-colour histogram using excel data?
Hi, I tried to make a histogram same as the picture below. The yA, yB, yC are the data which i exported from excel. However, i g...
5 years 前 | 4 个回答 | 0
4
个回答提问
How to count the number of point and know their coordinates in a specified area from a scatter plot
Hi all, So, how to o count the number of point and know their coordinates in the specified area (the red area) from the scatter...
5 years 前 | 2 个回答 | 0