Installing GVML


To install GVML, you need to do the following two steps:

  1. add the directory containing the m-files, for example, /usr/your_name/mfiles/, to the MATLABPATH environment variable;
  2. customize the GVML m-files for your UNIX system.
These two steps are explained in detail below.


1. Setting MATLABPATH

For more details, see the Matlab Reference Guide or the Matlab User's Guide.


2. Customizing GVML

Edit the file geomview.m and make the following changes:
	tmpfile = '/tmp/matlabdata.oogl';
	remove = '/bin/rm -f';


Next:Using GVML