Feeds
回答済み
Why is b = a - a(1,:) not equal to a = a - a(1,:) where a is a column vector.
Thanks for all the quick replies. Certainly there is no reason to use a(1,:) rather than a(1) or a(1,1) for a column vector, and...
Why is b = a - a(1,:) not equal to a = a - a(1,:) where a is a column vector.
Thanks for all the quick replies. Certainly there is no reason to use a(1,:) rather than a(1) or a(1,1) for a column vector, and...
11年以上 前 | 0
質問
Why is b = a - a(1,:) not equal to a = a - a(1,:) where a is a column vector.
A colleague was removing the offset of her capured data time vector (subtracting the first element from all elements such that t...
11年以上 前 | 2 件の回答 | 6
