This directory contains an example simulator, written in C++, and the
interface to matlab, octave, and tela.  It shows how classes and data
members may be accessed.

This was compiled with gcc 2.7.2, and hasn't been tested on other compilers.
I tested the makefile with both GNU make and Digital Unix make.  If your
make doesn't work, use GNU make.

Type "make octave" to make the octave version, "make matlab" to make
the matlab version, and "make tela" to make the tela version.

MATLAB notes:

	To use the matlab demo, you must:

	% make matlab
	% matlab
	>> path('wrap_m', path)
	>> demo_for_matlab

Octave notes:

  If the file mkoctfile is not in your path, you'll need to modify the
  Makefile.  Add "-mkoctfile /where/you/put/mkoctfile" to the end of the
  line beginning "MKOCTFILE=".

	To use the octave demo, you must:

	% make octave
	% octave
	octave:1> single_axon_stub
	octave:2> demo_for_octave

Tela notes:

	To use the tela demo, you must:
	% make tela
	% tela_single_axon
	> source("demo_for_tela.t")
