photo

Eric Delgado


Anatel

Last seen: 3 days ago Active since 2021

Followers: 0   Following: 0

Message

Programming Languages:
MATLAB
Spoken Languages:
English, Portuguese

Statistics

All
MATLAB Answers

7 Questions
110 Answers

File Exchange

4 Files

Cody

0 Problems
5 Solutions

RANK
363
of 300,369

REPUTATION
226

CONTRIBUTIONS
7 Questions
110 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
33

RANK
8,583 of 20,936

REPUTATION
95

AVERAGE RATING
4.50

CONTRIBUTIONS
4 Files

DOWNLOADS
29

ALL TIME DOWNLOADS
726

RANK
55,049
of 168,436

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
61

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 2
  • Thankful Level 3
  • GitHub Submissions Level 3
  • 6 Month Streak
  • First Submission
  • Knowledgeable Level 4
  • Solver
  • First Answer
  • First Review

View badges

Feeds

View by

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

3 years ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

3 years ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

3 years ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago