diff scripts/polynomial/polyfit.m @ 5395:8db4eb48f546

[project @ 2005-06-16 20:19:18 by jwe]
author jwe
date Thu, 16 Jun 2005 20:19:19 +0000
parents 4c8a2e4e0717
children 2a16423e4aa0
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m
+++ b/scripts/polynomial/polyfit.m
@@ -99,4 +99,8 @@
 
   endif
 
+  ## Return value should be a row vector.
+
+  p = p.';
+
 endfunction