Community Profile

photo

alok ranjan


Last seen: environ 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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...

presque 3 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse