Copyright 2009--2022 Ed Bueler
The codes in this directory have been tested in Octave and Matlab. Start Matlab
$ matlab
and then look at the help files of the codes:
>> help heat
Such help files show runs with example options:
>> heat(1.0,30,30,0.001,20);
To run the codes in the ant/
subdirectory, see ant/README.md
.