%%% startup.m % % Jan Cernocky, 15/9/98 % % new version of startup.m, no color setting, just adding the path % to auditory toolbox. disp('jans setup file - adding path to auditory tbx.') home=getenv('HOME'); aud=[home '/matlab/auditory']; %aud=['/net/faust/u6/pratibha/auditory/']; path(path,aud);