epislon in normal distribution

Answers (1)

ep_mean = 0;
ep_std = 0.01;
epsilon = ep_mean + randn() * ep_std;

Asked:

on 3 May 2020

Answered:

on 3 May 2020

Community Treasure Hunt

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

Start Hunting!