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

답변