% Test file addpath(genpath(pwd)) % add this foldeand r all subfolders to the path c = addTwoNumbers_myName(1, 1); % 1 + 1 d = multiplyTwoNumbers_myName(c, c); % 2 * 2 % test my sqrt function assert(sqrt_myName(d) == sqrt(d))