photo

Loïc Reymond


Last seen: 1 year 前 自 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 year 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答