I need help in adding white noise to my initial conditions while solving reaction diffusion equation by FEM using MATLAB

2 views (last 30 days)
%icFcn=@(region)[wgn(1,46337,0); wgn(1,46337,0)];
setInitialConditions(model,icFcn);
I am doing it as per the above in pdetool but not sure if I am doing it write. Can anyone help on it?

Answers (0)

Community Treasure Hunt

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

Start Hunting!