i=1; max=60; while i < max fprintf(" i = %d \n",i); i = i + 1; pause(10); end