+ 1
Matlab
Can you please help me switch this equation into matlab function? kf = x5 ·e^(x1·T )· Ë Ï^(x2) ·Ï^(x3) ·e^(x4·âÏ) (NOTE: x5, x4, ... the numbers are the names of the xâs. Ë Ï is Ïpoint)
3 Respostas
0
btw i want it in this format please:
0
y_eq=x.*x_opt_1(1,1)+x_opt_1(2,1)*log(inputed_Phidot)+log(y).*x_opt_1(3,1)+y.*x_opt_1(4,1)+x.*(x_opt_1(5,1)*log(inputed_Phidot))+x_opt_1(6,1);
0
^^this is the function for this equation :
kf = g(x,T,Ï, Ë Ï) = x6 ·e^(x1·T )· Ë Ï^(x2+x5·T) ·Ï^(x3 )·e^(x4Â·Ï ).