SYNOPSIS
xsil2graphics [options] <xsil_file>DESCRIPTION
Utility program bundled with xmds, used to generate scripts that load simulation output data into either matlab (http://www.mathworks.com) or scilab (http://www.scilab.org), which are then used to manipulate the results further if necessary and then to present the results graphically.Matlab
To generate a matlab m-file, from the xsil file data_file.xsil use the command:
bash$ xsil2graphics data_file.xsil
bash$ xsil2graphics --matlab data_file.xsil
Then at the matlab command prompt:
To generate a scilab script file, from the xsil file data_file.xsil use the command:
bash$ xsil2graphics --scilab data_file.xsil
AUTHORS
Originally written by Greg CollecuttMaintained by Paul Cochrane with code contributed by Joe Hope