Community Profile

photo

Alexander Winter


Last seen: 12ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1
  • First Review

バッジを表示

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

3年以上 前 | 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...

3年以上 前 | 1 件の回答 | 0

1

回答