Feeds
提问
Comparing two scatterplot matrices
I have these two 39x2 matrices that each form a similar grid when plotted. I would like a way to compare the differences between...
9 years 前 | 0 个回答 | 0
0
个回答提问
How can I fill between two curves, one color for when the test curve is above and a different color when it is below?
I'm hoping my aspirations for plotting aren't too ambitious for what MATLAB can handle. This is what I'm plotting right now. fi...
9 years 前 | 3 个回答 | 0
3
个回答提问
Input a range of numbers with strings as well
Here is what I use right now: m = input('Number? '); for ind = length(m):-1:1 filename = ['Data#' num2str(m(ind...
10 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to iterate over a cell of strings in order to create new variables?
I have to do the same thing for several sets of strings so I would like to make a for loop if I could. would it be possible for...
10 years 前 | 2 个回答 | 0
