Feeds
提问
Counting runs in a vector
Hi all, I have the following vector for which I would like to count "runs", i.e. successive increments in each direction. v...
7 years 前 | 2 个回答 | 0
2
个回答提问
All combinations of a (minimum number of) elements in a vector that sum greater or equal to a given number
I am trying to find combinations of elements of a vector whose sum is greater or equal to a given value. For example: vec = ...
7 years 前 | 1 个回答 | 1
1
个回答提问
Threshold / Crossing algorithm given a signal
I wonder if someone has a more efficient solution to the following: I have a time-series (sample below): signal = [0 1 4 ...
7 years 前 | 1 个回答 | 1
1
个回答提问
Efficient splitting of strings
I have a cell array of strings which I would like to split into sub-arrays as follows: Suppose a date-time cell array reads a...
9 years 前 | 1 个回答 | 0