Please help with this

回答(1 个)

prod(2:2:10);

2 个评论

How would you put that into the for loop?
out = 1;
for jj = 2:2:10
out = out*jj;
end

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

编辑:

2015-11-23

Community Treasure Hunt

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

Start Hunting!

Translated by