Community Profile

photo

France Poirier


Last seen: 2年弱 前 2020 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


How to find unique values in a matrix without looping over rows
Hi, I have an m by n matrix A that has repeat non-zero values in every row. The number of non-zero elements varies across row...

約3年 前 | 2 件の回答 | 0

2

回答

質問


How to find the first zero element in any column of a m by n matrix
Hi, I have a loop that updates certain rows of an MxN matrix depending on certain conditions. At each iteration of the loop I...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to stack arrays into a matrix
Hi, This sounds like it should be really easy, but I can't figure out a way to do it without a loop. I want to avoid loops as...

約3年 前 | 1 件の回答 | 0

1

回答

質問


accumarray works with made up data, but not real data
I am trying to write a code that does two things: Counts the number of unique values by category Couts the number of unique va...

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

1

回答

質問


Vectorizing a very slow code
Hi, I have a code that works, but is extremely slow that I would like to vectorize. I don't know anything about vecotrization. ...

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

1

回答