% Example 5 % Generate a grid % Daniel D. Warner % November 5, 2007 n = 16 h = 1.0/n x = 0.0 while (x ~= 1) x = x + h end % Stop the infinite loop with a CTRL-C % Try n=16