randDisk

Sample from a random distribution of points inside the unit disk
98 descargas
Actualizado 12 dic 2015

Ver licencia

% randDisk(nSamples,radius,center)
%
% Compute a random distribution of points inside a unit disk.
%
% INPUTS:
% nSamples = number of random samples to return
% radius = optional radius parameter. Default = 1.
% radius = R --> circle with radius R
% radius = [a;b;th] --> ellipse
% a = major-axis radius
% b = minor-axis radius
% th = angle between major-axis and x-axis
% center = [cx, cy] optional center of the circle command
%
% OUTPUTS:
% samples = [x;y] a uniform distribution within the desired region
%
%

Citar como

Matthew Kelly (2024). randDisk (https://www.mathworks.com/matlabcentral/fileexchange/54460-randdisk), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Added photo. Removed arguments of function in file name.

1.0.0.0