Documentation of link_alexis_scripts2


Global Index (short | long) | Local contents | Local Index (short | long)


Help text

  Start by defining global variables TRUE and FALSE:

Listing of script link_alexis_scripts2



  % TRUE and FALSE are used very often in Alexis Lau's scripts
  global TRUE FALSE
  TRUE = strcmp('a','a'); FALSE = ~TRUE;

  vers=version;

%  Now, link to Alexis Lau's routines

  % path should only be set once in the beginning or after a
  %   clear command (otherwise all paths altered during a matlab
  %   session will be lost)

  if exist('RESETPATH')~=1; RESETPATH=TRUE; end
  if RESETPATH;

    LAU_PATH = '/home/disk/tao/bantzer/matlab/lau';
    DAN_PATH = '/home/disk/tao/dvimont/matlab';