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)
Show older comments
%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?
0 Comments
Answers (0)
See Also
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!