% % Written by: % -- % John L. Weatherwax 2009-04-21 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- close all; drawnow; clear functions; rehash; clc; theta_0_hat = 50; phi_hat = 0.6; z_now = 115; for l=1:3, z_now = theta_0_hat + phi_hat * z_now; fprintf('z_100(%d) = %10.6f\n',l,z_now); end