我想在 gnuplot 中拟合多个有界函数,同时拟合边界值。
例如:
f(x)=a (for x < b) f(x)=a+(x-b)**c (for x > b) fit f(x) 'data.dat' via a,b,c
有没有办法做到这一点?
gnuplot function curve-fitting bounds fitbounds
bounds ×1
curve-fitting ×1
fitbounds ×1
function ×1
gnuplot ×1