Feeds
질문
unique across multiple cells or arrays
Let's say I got a bunch of arrays in a cell array that are not the same size: a = {[1 2 2], [2 3 6 3], [4 3 5 6 7]} I want to ...
거의 6년 전 | 답변 수: 1 | 1
1
답변질문
How to add repeated elements to a vector without looping?
I have the following code: a = zeros(1, 4); a([1 2 4 3 2 1 1]) = a([1 2 4 3 2 1 1]) + [1 1 1 1 1 1 1]; This gives a == [1 1 1...
거의 6년 전 | 답변 수: 1 | 0


