z cy - MATLAB Central
photo

z cy


Last seen: 2 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersCodyFrom 12/19 to 01/25Use left and right arrows to move selectionFrom 12/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
258,370
of 296,364

REPUTATION
0

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
84.62%

VOTES RECEIVED
0

  • Solver
  • Thankful Level 3

View badges

Feeds

View by

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

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

4 years ago

Go to top of page