All public logs
Jump to navigation
Jump to search
Combined display of all available logs of bradwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:59, 23 June 2024 Bradley Monk talk contribs created page Brownian Motion MATLAB Code (Created page with "==Brownian Motion MATLAB Code== <syntaxhighlight lang="matlab" line start="1"> function [tracks] = BrownianMotion() % STARTING PARAMETERS %----------------------------------------------------------- D = .3; % Diffusion Rate Ds = .1; % Diffusion Scalar (Ds = Dn) Dn = D/(D/Ds); % new D after scaling L d = 2; % dimensions dT = 1; % time step k = sqrt(d*D); % stdev of...")