Feeds
提问
How do I color a scatterplot?
Hi! I need to scatterplot the arrays x1,x2,y1,y2, in the following way: scatter([x1;x2],[y1;y2]) how do I make it so that x1...
4 years 前 | 1 个回答 | 0
1
个回答提问
Faster for loops/or how to cut some time
Hello! I have the following problem: I have two arrays, call them a and b. I want to compute the maximum value of a scalar that...
4 years 前 | 1 个回答 | 0
1
个回答提问
Too many for loops, how to approach rearranging arrays problem differently?
Hi all! I have the following issue: I need to perform a function to different combinations of elements of arrays, say a and b. ...
4 years 前 | 2 个回答 | 0
2
个回答提问
How to compute the variance of an array progressively taking away the highest values?
Hello, I have an array of N values, out of which I want to exclude the highest ones. I wanted to visualise how the variance ch...
4 years 前 | 1 个回答 | 0

