changeset 2:1d6a62ad32b2

Get rid of annoying pause
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 29 Oct 2011 22:14:13 -0500
parents 8b902ada47e9
children 0c89cf3fe327
files ex2_reg.m
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ex2_reg.m
+++ b/ex2_reg.m
@@ -69,9 +69,6 @@
 
 fprintf('Cost at initial theta (zeros): %f\n', cost);
 
-fprintf('\nProgram paused. Press enter to continue.\n');
-pause;
-
 %% ============= Part 2: Regularization and Accuracies =============
 %  Optional Exercise:
 %  In this part, you will get to try different values of lambda and