6 lines
164 B
Python
6 lines
164 B
Python
run("hfitoff_wrapper")
|
|
y = [0,2,5,8,15,25, 20, 16,4,-2,-5]
|
|
x = [0,10,20,30,40,50, 60, 70, 80, 90, 100]
|
|
r = hfitoff(y, x)
|
|
plot([y,r[6]], ["data", "fit"], [x, r[5]])
|