photo

Andres Novoa


2018 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Hi, I have this function , can help me to vectorize it? thanks
f = 0; for i = 1:n-1 fprod = 1; for j = max (i-1,1) : min(i+1,n) fprod = fprod * x(j)^3; end ...

6年弱 前 | 1 件の回答 | 0

1

回答