ode_sweep_parfor_test, a MATLAB code which calls ode_sweep_parfor(), which repeatedly solves an ordinary differential equation (ODE) which depends on parameters B and K, notes the maximum value P achieved by each solution, and makes a plot of P(B,K). The parfor() command is used to perform these computations in parallel.
The computer code and data files described and made available on this web page are distributed under the MIT license
ode_sweep_parfor, a MATLAB code which repeatedly solves an ordinary differential equation (ODE) which depends on parameters B and K, notes the maximum value P achieved by each solution, and makes a plot of P(B,K). The parfor() command is used to perform these computations in parallel.