Is it possible to provide two or more numbers to matlab and calculate the algorythm that binds them?
For example i have one number calculated from another and i would like to what steps and operations i need to do to calculate it.
2 points define a straight line..... 2 point also define the diameter of a circle...... The point is, unless you know what type of relationship these 2 points have, you will NEVER be able to perform any type of regression analysis!
Let's suppose your two numbers are x=1 and y=2. Some possibilities :
y=x XOR 3
y=square_root(4*x)
y=log10(x*97 + 3)
y=log10(100/x)
y=1 + x*x
Analogy: given 2 points you can reach point #2 from point
#1 following any of infinite paths.