3D Brownian Motion

バージョン 1.0.0.0 (1.28 KB) 作成者: Youssef Khmou
Fast simulation of three dimensional Brownian motion
ダウンロード: 626
更新 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 (2024). 3D Brownian Motion (https://www.mathworks.com/matlabcentral/fileexchange/50841-3d-brownian-motion), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersThermodynamics & Statistical Physics についてさらに検索

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.