Team:Paris/Modeling/noise

From 2008.igem.org

Revision as of 15:50, 8 August 2008 by YannLC (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To go back to the previous page : Clic here.

%% Noisy parameters

%% Noisy parameters

% This function provides parameters for all the cells, with some noise

% added to each of them.

function b=noise(B)

sigma = 0.1;

b=abs((1-sigma)*B+ (2*sigma*B)*rand);