フィルターのクリア

epislon in normal distribution

2 ビュー (過去 30 日間)
Lakshit Chugh
Lakshit Chugh 2020 年 5 月 3 日
回答済み: Walter Roberson 2020 年 5 月 3 日
How to write epislon which is given N(0,0.01) in matlab ?

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 5 月 3 日
ep_mean = 0;
ep_std = 0.01;
epsilon = ep_mean + randn() * ep_std;

Community Treasure Hunt

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

Start Hunting!

Translated by