ode_sweep_parfor_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

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.

Source Code:


Last revised on 18 December 2023.