% Startup file for Math 496 class examples, etc. disp('It is assumed that the current directory is MatlabTools'); restoredefaultpath; addpath('regutools') disp('To do an example, make sure following path is what you want') expath = 'Examples/chap10/examp2' addpath(expath) disp('If so, run the script examp')