ArbRand.m

Arbitrary distribution random number generator.

Ahora está siguiendo esta publicación

There are three optional inputs. first two inputs are the output matrix size specification parameters 'rows' and 'cols'. Third and last input is the user specified probability density function. This has to be have a range normalised between 0 and 1.
Default value for both 'rows' and 'cols' is 1. Default value for the probability density function is a monotonous triangular probability density function.

Citar como

2necklaces (2026). ArbRand.m (https://la.mathworks.com/matlabcentral/fileexchange/47412-arbrand-m), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Random Number Generation en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.5.0.0

House cleaning
Changed description

1.4.0.0

Replaced spline interpolation with linear as discontinuities were causing issues

1.3.0.0

Added Screen shot

1.2.0.0

Updated interpolation of PDF

1.1.0.0

Removed, resolution specification.

1.0.0.0