photo

Christoph S


Last seen: mer än 4 år ago Active since 2017

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Create a column vector from 15 to -25 with a step size of 5
An easy way to do this would be prob04 = 15:-5:25; If you want to turn it into a column vector you can then just use the trans...

mer än 4 år ago | 0

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

mer än 7 år ago