delt = .01; endt = input('End time?'); mindelx = input('What is the smallest delta x you wish to test for?'); maxdelx = input('What is the largest?'); deldelx = input('What is the spacing between delta Xes?'); delx = [.001 mindelx:deldelx:maxdelx]; delxmesh = size(delx,2); m = 1; figure while m