matrandbin

Procedure to generate a randomized binomial matrix (0's & 1's).

이 제출물을 팔로우합니다

This file generates a matrix of 'n' (rxc) random numbers (0's & 1's) with a binomial distribution (randomized binomial matrix). The parameter 'p' is the probability associated to get ones [P(x=1) = p]. The matrix generated can be squared (r==c) or not (r~=c).

It needs to input r-matrix rows, c-matrix columns, p-probability (in) associated to the ones (default = 0.5).

The outputs are a complete summary of the randomized binomial matrix procedure and a selected matrix of the random numbers.

인용 양식

Antonio Trujillo-Ortiz (2026). matrandbin (https://kr.mathworks.com/matlabcentral/fileexchange/4641-matrandbin), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Random Number Generation에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

It was added an appropriate format to cite this file.