Statistics
RANK
23,548
of 301,200
REPUTATION
1
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 21,190
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,339
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how to calculate the maximum of different parts of a vector without using a for loop?
Hi! I have a vector H, which is separated in different events of known size, i.e. s=[2,5,7,2,...] and I want to find the maxi...
13 years ago | 5 answers | 0
5
answershow to calculate the maximum of different parts of a vector without using a for loop?
Thanks! But I did it and as Robert suggested, this is not faster. Actually with the loop is the fastest option. THanks anyway...
13 years ago | 0
split a vecor into several parts (of different sizes) to later fill a matrix.
Thank you for all the comments! I actually compared the for loop option with mat2cell+padcat and the loop is faster as some o...
13 years ago | 0
Question
split a vecor into several parts (of different sizes) to later fill a matrix.
Hi! I have a vector V and I want to split it in several parts of different known sizes (in the example below, the sizes would...
13 years ago | 4 answers | 1