diff --git a/samples/matlab/README b/samples/matlab/README deleted file mode 100644 index d627461bc..000000000 --- a/samples/matlab/README +++ /dev/null @@ -1,5 +0,0 @@ - -This directory contains several short tutorials. Each one is a MATLAB -script that you should first read and then execute. - - diff --git a/samples/matlab/run_examples.m b/samples/matlab/run_examples.m deleted file mode 100644 index 2939196b8..000000000 --- a/samples/matlab/run_examples.m +++ /dev/null @@ -1,38 +0,0 @@ - -% runs all examples -equil(); -disp('press any key to continue'); -pause -isentropic(); -disp('press any key to continue'); -pause -reactor1(); -disp('press any key to continue'); -pause -reactor2(); -disp('press any key to continue'); -pause -surfreactor; -disp('press any key to continue'); -pause -periodic_cstr; -disp('press any key to continue'); -pause; -rankine(300.0, 2.0*oneatm, 0.8, 0.7); -disp('press any key to continue'); -pause; -prandtl1(); -disp('press any key to continue'); -pause -prandtl2(); -disp('press any key to continue'); -pause -flame1 -disp('press any key to continue'); -pause -diffflame -disp('press any key to continue'); -pause -catcomb -disp('press any key to continue'); -pause