CarDeAlb
Results
1
comments of
CarDeAlb
Hi, try this: `x = sym(2)` `y= sym([0 0]) % or sym(zeros(2,1))` `y(1) = x` I hope it works for you!