Home > Source > Maintenance > path.m

path

PURPOSE ^

PATH: Re-define AART paths

SYNOPSIS ^

function [] = path (args)

DESCRIPTION ^

  PATH: Re-define AART paths
   
       GENERAL
   
        [] = PATH () 

       ABOUT
         -Created:     2004
         -Last update: 2004
         -Revision:    0.0.1
         -Author:      R. S. Schestowitz, University of Manchester
  =================================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [] = path (args)
0002 %  PATH: Re-define AART paths
0003 %
0004 %       GENERAL
0005 %
0006 %        [] = PATH ()
0007 %
0008 %       ABOUT
0009 %         -Created:     2004
0010 %         -Last update: 2004
0011 %         -Revision:    0.0.1
0012 %         -Author:      R. S. Schestowitz, University of Manchester
0013 %  =================================================================
0014 
0015 addpath(genpath('/home/S00/schestr0/AART'))
0016 cd /home/S00/schestr0/AART

Generated on Fri 14-May-2004 10:05:30 by m2html © 2003