photo

Sean


Karl Storz Endovision Inc

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

25 Questions
8 Answers

Cody

0 Problems
2 Solutions

RANK
3,342
of 300,611

REPUTATION
17

CONTRIBUTIONS
25 Questions
8 Answers

ANSWER ACCEPTANCE
68.0%

VOTES RECEIVED
7

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
80,693
of 169,811

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

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...

13 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 ...

13 years ago