Community Profile

photo

Dennis M


Last seen: alrededor de 1 año hace Con actividad desde 2021

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta