Skip to content

Commit

Permalink
Estimate price with normal equation
Browse files Browse the repository at this point in the history
  • Loading branch information
Merouane Atig committed Oct 22, 2011
1 parent 5a0bfd5 commit e8518ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlclass-ex1/ex1_multi.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

% Estimate the price of a 1650 sq-ft, 3 br house
% ====================== YOUR CODE HERE ======================
price = 0; % You should change this
price = [1 1650 3] * theta;


% ============================================================
Expand Down

0 comments on commit e8518ce

Please sign in to comment.