MATLAB: Reverse Engineering a formula

machine learning

I have set of 5 non-sequential number, which goes into a formula and it generates 4 numbers. What is best way to come up with a model to generate the 4 numbers?

Best Answer

There are several ways to model the system given the input-output regression. It depends what type of relationship you want to fit. e.g. linear, non-linear. If non-linear, then whether you want polynomial, exponential etc. Following are few resources to help you identify and solve the problem
Related Question