photo

Loïc Reymond


Last seen: 約1年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Apply logical mask to every matrix in array
The most compact way would probably be: bsxfun(@(x,y) x.*y,mat,mask) Or alternatively (probably slower): mat.*repmat(mask,1,1...

約1年 前 | 0

回答済み
Verify if a given argument is a probability distribution
An existing thread had already answered this question 5 years ago, sorry for the duplicate... https://www.mathworks.com/matlabce...

2年弱 前 | 0

| 採用済み

質問


Verify if a given argument is a probability distribution
I would like a class to have as property a probability distribution (of any kind) built using makedist(). The class of a variab...

2年弱 前 | 2 件の回答 | 0

2

回答