% LOAD_SETUP M file to load some global variables. % % Look for a file named .alex in the home directory, % if exist it will be loaded. % % See also SAVE_SETUP % % Claudio June 7 1995 % % % Copyright (c) 1995 by Claudio Rivetti and Mark Young % claudio@alice.uoregon.edu, mark@alice.uoregon.edu % if exist([getenv('HOME') '/.alex']) == 2 eval(['load ' getenv('HOME') '/.alex -mat']); end