I set my array as: >> A = [10 20 30]; And then run: >> A([1, 1]) = A([1, 1]) + [20 3] A = 13 20 30 Clearly the 20 is ignored. I was wondering if matlab had ...
確定! 回上一頁