photo

Christoph S


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
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...

4 years 前 | 0

已解决


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

7 years 前