photo

Rhys Leeming


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
1 个回答

排名
22,923
of 300,967

声誉
1

贡献数
9 个提问
1 个回答

回答接受率
44.44%

收到投票数
1

排名
 of 21,126

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,078

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to change colour of data points depending on value of the data (i.e data range)
How do you change the color of data points (using a colormap) depending on value of a third variable. Patches?? Longitude ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Filling in missing values to make an array a set size.
I have written some code to detect retention times in the analysis of amino acids. Our current software is useless for this tas...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Find function - how to use or index to a return when "Find" cannot find anything.
We have some sophisticated isotope hardware coupled to the most useless software imaginable. I have written some code to identif...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Replace the datapoints of a scatter plot with labels or text from a vector of strings
I want to replace the data symbols in a X - Y scatter plot with site names and/or numbers from a third corresponding vector of s...

14 years 前 | 1 个回答 | 1

1

个回答

已回答
Matlab returns non-zero values for std deviation when n=1
I had the flags for std set wrong! Should be; for A = 1:length(list); idx = strcmp(list(A),site); mVar(A,:...

14 years 前 | 0

提问


Matlab returns non-zero values for std deviation when n=1
I have a data set with 58 observations and 17 variables. 17 of the observations have replicates, the others do not. *site...

15 years 前 | 2 个回答 | 0

2

个回答

提问


Bar graph with Two Y-axes
In the code' x = 1:length(A); bar(x,A) set(gca,'XTick',x,'XTickLabel',B) If you add another column of data to (A) which ...

15 years 前 | 1 个回答 | 0

1

个回答

提问


Orient Xticklables at 90 degrees
Can you orient Xticklables 90 degress to the axis?

15 years 前 | 1 个回答 | 0

1

个回答

提问


What is the correct syntax to label Xticks with data from a cell array
I'm trying to plot (bargraph) a column vector of numeric data (double) against site names along the X-axis. I just can't find th...

15 years 前 | 2 个回答 | 0

2

个回答

提问


How do you insert (not replace existing numbers) zeros in a column vector
I want to separate grouped variables in a plot by a space. In Excel you just add a blank column. In Matlab, do you just add zer...

15 years 前 | 2 个回答 | 0

2

个回答