Community Profile

photo

Rhys Leeming


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 2 answers | 0

2

answers

Question


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...

13 years ago | 1 answer | 1

1

answer

Answered
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,:...

13 years ago | 0

Question


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...

13 years ago | 2 answers | 0

2

answers

Question


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 ...

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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...

13 years ago | 2 answers | 0

2

answers

Question


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...

13 years ago | 2 answers | 0

2

answers