Community Profile

photo

alok ranjan


Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Unable to perform assignment because the left and right sides have a different number of elements.
clear syms X1 X2 X3 X4 xx=[X1,X2,X3,X4] X1 = xx(1); d = length(xx); term1 = (X1-1)^2; sum = 0; for ii = 2:d xi = xx(i...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


i'm getting this error "Unable to perform assignment because the left and right sides have a different number of elements"
clear syms X1 X2 X3 X4 xx = [X1, X2, X3, X4] d = length(xx); sum = 0; for ii = 1:(d/4) term1 = (xx(4*ii-3) + 10*xx(4*i...

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

1

回答