Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to loop ?

1 visualizzazione (ultimi 30 giorni)
Nx mathlab
Nx mathlab il 4 Feb 2022
Chiuso: Stephen23 il 4 Feb 2022
  1 Commento
Image Analyst
Image Analyst il 4 Feb 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

Risposte (1)

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

Questa domanda è chiusa.

Tag

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by