how can I make a table for this loop
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
clc, clear
integer = 1;
for x = 1:20
integer = integer*x
end
Réponses (1)
Andrei Bobrov
le 12 Oct 2017
Modifié(e) : Andrei Bobrov
le 12 Oct 2017
cumprod(1:20)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!