photo

Dennis M


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


loop with decrementing step
Good Day, May I ask a question, how can I create loop that the output is like this (10 20 29 38 47 56 65 and so on) and (80 70...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Create a loop with decrementing step
Good Day, May I ask a question, how can I create loop that the output is like this (10 20 29 38 47 56 65 and so on) and (80 70...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Decrementing step for loop I matlab
y = zeros(1,12); for i = 1:12 y(i+1) = y(i) + ((5 - (4/50)*y(i))); end y x = zeros(1,10); for i = 10:-1:2 x(i-1...

3 years 前 | 1 个回答 | 0

1

个回答