disp(["This is hello1 in ", pwd()]); disp(["1st call to hello3 in ", pwd()]); hello3; addpath("../test2"); hello2(); disp(["2nd call to hello3 in ", pwd()]); hello3;