You are on page 1of 1

To run Trace graph (trgraph file) you have to install Matlab 6.

1 runtime libraries
if don't have Matlab 6.1 or higher installed. To install the libraries you have to
run mglinstaller.
Then enter destination path, for example: /home/user1/mgl.
After the installation of the libraries, you have to add the directory
<MGRTL>/bin/<ARCH> to your
LD_LIBRARY_PATH environment variable (or SHLIB_PATH variable for HP-UX, or LIBPATH
for IBM AIX),
where <MGRTL> represents the directory to which you chose to install the run-time
libraries,
and <ARCH> is your machine architecture.
For example, under Linux:
For bash shell: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user1/mgl/bin/glnx86
For tcsh or csh: set LD_LIBRARY_PATH=($LD_LIBRARY_PATH /home/user1/mgl/bin/glnx86)
These commands can either be typed at the terminal each time you login,
or you can add them to your .bashrc file for bash shell or .cshrc file for csh or
tcsh.
Trace graph's files from tracegraph... (where ... is the program version) directory
cannot be copied to <MGRTL>/bin/<ARCH> like it is under Windows. You have to copy
them
somewhere else, for example to /home/user1/tracegraph.

You might also like