Using function with a for loop

I'm struggling to complete the function with a for loop.
Below is what I have got so far. Not sure what went wrong and how to fix it.
I also need a code to call the function at the end.

 采纳的回答

(factorial(i)).^2)
You have two extra parenthesis for this term

2 个评论

VBBV
VBBV 2022-8-27
编辑:VBBV 2022-8-27
Additional parenthesis )) are not needed. And end is missing for function as well.
where should I put the end that I'm missing

请先登录,再进行评论。

更多回答(0 个)

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by