Caesar Hernandez
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
117,814
of 296,192
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,361
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155,631
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How do I make a for loop that averages the first 150 values of vector, x, saves it, and then averages the next 150 values of the same vector, x, saves it, and continues for the entirety of the vector, x.
I have a column vector, x, in which every 150 elements need to be averaged and the result saved, as a new vector, y. So far I ha...
4 years ago | 1 answer | 0
1
answerQuestion
How can I count the number of times a specific value appears within a range in a 1D vector?
Given a 1D vector, x, that has 600000 elements, how can I count the number of times the value 1 appears after the 150th position...
4 years ago | 3 answers | 0