% branch.m is a simple script file that uses ROOT.M. % % We make a table of the first ten integers and their square roots. % for i = 1 : 10 x(i,1) = i; x(i,2) = root ( i ); end x