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