6543210000
Computer
- Oct 7, 2005
- 5
Hello
This is my question :
1)We have 1000 inputs. For Example :
input{x_1, x_2, x_3, x_4}
2)And also we have 1000 outputs for our inputs.
For Example :
output{y_1} for input{x_1, x_2, x_3, x_4}
output{y_2} for input{x_5, x_6, x_7, x_8}
3)We have a function or an equation which returns
an output for our inputs.
function : y_1 = f(x_1, x_2, x_3, x_4)
Now :
I need MATLAB to find that function or equation from my
outputs and inputs. I mean :
My inputs are : x_1, x_2, x_3, x_4
My output is : y_1
And desired equation is something like below :
y_1 = f(x_1, x_2, x_3, x_4) =
(x_1^2 + x_2*1/2) - (x_3^3 + x_4)
Thank you so much
Mahdi Heidari
This is my question :
1)We have 1000 inputs. For Example :
input{x_1, x_2, x_3, x_4}
2)And also we have 1000 outputs for our inputs.
For Example :
output{y_1} for input{x_1, x_2, x_3, x_4}
output{y_2} for input{x_5, x_6, x_7, x_8}
3)We have a function or an equation which returns
an output for our inputs.
function : y_1 = f(x_1, x_2, x_3, x_4)
Now :
I need MATLAB to find that function or equation from my
outputs and inputs. I mean :
My inputs are : x_1, x_2, x_3, x_4
My output is : y_1
And desired equation is something like below :
y_1 = f(x_1, x_2, x_3, x_4) =
(x_1^2 + x_2*1/2) - (x_3^3 + x_4)
Thank you so much
Mahdi Heidari