Christoph S
Followers: 0 Following: 0
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...
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