Statistics
All
Cody
0 Problems
2 Solutions
RANK
N/A
of 301,159
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
6,351 of 21,182
REPUTATION
180
AVERAGE RATING
4.00
CONTRIBUTIONS
0 Files
DOWNLOADS
1
ALL TIME DOWNLOADS
1804
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
4 Public Channels
AVERAGE RATING
38
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Solved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
14 years ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
14 years ago

