XTAL_ROOTDIR

returns root directory and command line to issue XTAL.


 
 Synopsis:
  [RootDir,CmdLine] = xtal_rootdir

 Description:
  This function returns the root directory of XTAL package and 
  the command line which, if executed, changes directory to RootDir
  and issues XTAL.
 
  For Linux and Windows, RootDir and CmdLine are generated 
  automatically. 

  In the case that it does not work automatically, you have to set 
  RootDir and CmdLine manually at the beggining of this file. 

  For example in Linux
    Rootdir = '/home/username/stprtool/xtal_regression/xtal_linux/';
    CmdLine = 'cd /home/username/stprtool/xtal_regression/xtal_linux/; ./xtal';

  and in Windows

    Rootdir = 'c:/stprtool/xtal_regresssion/xtal_win32/';
    CmdLine = 'cd c:/stprtool/xtal_regresssion/xtal_win32/ & xtal.exe';
  
 

Source: xtal_rootdir.m