photo

Eric Delgado


Anatel

Last seen: 2 días hace Con actividad desde 2021

Followers: 0   Following: 0

Mensaje

Programming Languages:
MATLAB
Spoken Languages:
English, Portuguese

Estadística

All
  • 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

Ver insignias

Feeds

Ver por

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

más de 2 años hace