I have y vs x plots for different constant parameters a,b,c,d etc.
i.e. y11=f(x1,a1,b,c...),.....y1n=f(x1,an,b,c)
y21=f(x2,a,b1,c...),.....y2n=f(x2,a,bn,c...) similarly
y31=f(x3,a,b,c1...),.....yn=f(x3,a,b,cn) and so on.
Now I want to generalised y vs x at given parameters a,b,c,d.....
How to do that?