Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to loop ?

1 visualización (últimos 30 días)
Nx mathlab
Nx mathlab el 4 de Feb. de 2022
Cerrada: Stephen23 el 4 de Feb. de 2022
  1 comentario
Image Analyst
Image Analyst el 4 de Feb. de 2022
Are you asking us to do your homework for you?
Did you even try a for loop like it said to use? If not, why not?
theSum = 0;
for x = 0 : 20
% code
end

Respuestas (1)

KSSV
KSSV el 4 de Feb. de 2022
% Demo example
thesum = 0 ;
for i = 1:10
thesum = thesum + i ;
end

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by