FD1D_PLOT
FD1D Plotting Program
FD1D_PLOT is a MATLAB program
which plots data computed by the FD1D predator-prey program.
Related Data and Programs:
FD1D
is a MATLAB program which
implements a finite difference algorithm for a 1D predator-prey system.
Reference:
-
Marcus Garvie,
Computational Algorithms for Spatially Extended Predator-Prey
Systems with the Holling Type II Functional Response,
(to appear).
Source Code:
-
fd1d_plot.m,
the code which reads the solution data and produces a plot.
-
data.txt,
a text file containing parameters defining the problem.
-
u1d.txt,
a text file containing the computed U solution information.
-
u1d.png,
a PNG file containing an image of the
U components of the solution.
-
v1d.txt,
a text file containing the computed V solution information.
You can go up one level to
the MATLAB source codes.
Last revised on 10 March 2008.