how can I make a table for this loop

clc, clear
integer = 1;
for x = 1:20
integer = integer*x
end

Answers (1)

This question is closed.

Tags

Asked:

on 12 Oct 2017

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!