reorganize file structure
This commit is contained in:
7
strut/reversefit 2.m
Executable file
7
strut/reversefit 2.m
Executable file
@@ -0,0 +1,7 @@
|
||||
function theta=reversefit(P,y,theta0);
|
||||
|
||||
TOL=1e-8;
|
||||
F='Func1(x,P,y)';
|
||||
FP='FFunc1(x,P)';
|
||||
theta=Newton(F,FP,theta0,y,P,TOL);
|
||||
|
||||
Reference in New Issue
Block a user