Your project is very impressive. I really love the idea of combining GUI and m-code to visualize the stochastic processes.
Meanwhile, I think the SDE class in Matlab might be useful if you want to make your project more flexible. I don't know whether this can help, but here's my code of generating random paths using Vasicek:
I do not assume that PARFOR is helpful here. Is it? This looks simpler and is faster:
varargout = cell(nargout, 1); varargout(:) = {x};
Anyhow, I'd stay at DEAL.
I do not assume that PARFOR is helpful here. Is it? This looks simpler and is faster:
varargout = cell(nargout, 1); varargout(:) = {x};
Anyhow, I'd stay at DEAL.
Comment only