3D Brownian Motion

版本 1.0.0.0 (1.3 KB) 作者: Youssef Khmou
Fast simulation of three dimensional Brownian motion

583.0 次下载

更新时间 2015/5/14

查看许可证

This simulation illustrates a fast implementation of three dimensional Brownian motion, the output is the Euclidean distance between initial and final positions.
To calculate the mean value of T runs, run the following code in the Command window :
>>T=100;
>> for n=1:T
>>Brownianmotion;
>>close;
>>D(n)=d;
>>end
>>figure; plot(D),title(' Distance ');
>>dd=mean(D)

引用格式

Youssef Khmou (2023). 3D Brownian Motion (https://www.mathworks.com/matlabcentral/fileexchange/50841-3d-brownian-motion), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Screenshot added.