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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
1
답변질문
Orient Xticklables at 90 degrees
Can you orient Xticklables 90 degress to the axis?
거의 15년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
