image thumbnail

updated 7 months ago

Butterflies Simulation by Martín Josemaría Vuelta Rojas

In this simulation gives life to the flight of two butterflies that go to a meeting. (butterfly, mathematics, animation)

Butterfly_00.m

Butterfly_01.m

Butterfly_02.m

image thumbnail

updated 9 months ago

Generate lists of pseudorandom numbers to arrange for your stimuli lists by Nike

An simple code to generate pseudorandom lists (random numbers, audiology, random stimulus list)

randomgen

image thumbnail

updated 10 months ago

Numerical Computing with MATLAB by Cleve Moler

Apps from Numerical Computing with MATLAB (numerical methods, random numbers, article)

Numerical Computing with MATLAB

image thumbnail

updated 1 year ago

Von Mises random variates by Dylan Muir

Draw random numbers from the Von Mises distribution (von mises, distribution, random numbers)

vmrand(fMu, fKappa, varargin)

image thumbnail

updated 1 year ago

Monte Carlo Method by Siva Srinivas Kolukula

Calculating pi using Monte Carlo Method (monte carlo method, monte carlo simulatio..., random numbers)

MonteCarlo.m

image thumbnail

updated 3 years ago

Seed generator using 'current' World Population count by Pranam Janney

Generates a seed that could be used to set the state for random number generation in matlab. (pure random numbers, random numbers, seed)

GenSeed;

read_specific_data(data,lookfor);

image thumbnail

updated 3 years ago

Random numbers from a user defined distribution by Adam Nieslony

creturns the matrix of random numbers from user defined probability density distribution. (random numbers, pdf, statistics)

x=randpdf(p,px,dim)

image thumbnail

updated 3 years ago

randMat by Richard Crozier

Generate random numbers uniformally in a given range or matching a given normal distribution (random numbers, range, uniform distribution)

randMat(a, b, method, n, newseed)

image thumbnail

updated 4 years ago

initialize normal random number generator by Phillip M. Feldman

sets the state for Matlab's normal (Gaussian) random number generator (random, random numbers, random number generat...)

initrandn(seed)

image thumbnail

updated 6 years ago

Performing random numbers generator from a generic discrete distribution by Gianluca Dorini

This function extracts random numbers distributed over a discrete set; the PDF is user-defined (probability, random numbers, statistics)

gDiscrPdfRnd();

image thumbnail

updated almost 7 years ago

cauchy by Peder Axensten

Cauchy cdf, pdf, inverse cdf, parameter fit, and random generator. (cauchy distribution, random numbers, statistics)

cauchycdf(x, varargin)

cauchyfit(varargin)

cauchyinv(p, varargin)

Contact us