Feeds
질문
Steepest descent method with newtons method
My objective function is 2𝑥1 + 3𝑥2 ^2 + 𝑒( 2𝑥1 ^2+𝑥2^ 2 ) I have tried this code but nothing worked function s = newton_ls(y...
2년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to solve this error in Matlab
t_dd=12*d(2,1)+2*d(2,1)^2+2*d(2,1)*d(2,1)*s+y(2,1)+4*d(1,1)*d(2,1)*s+y(1,1)^2*exp(d(2,1)*s+y(2,1)^2+2*d(1,1)*s+y(1,1)^2+2*d(2,1)...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Solving matlab error message
t_d= 2*d(1,1)+(6*(d(2,1)^2*s))+(6*(d(2,1)*y(2,1)))+(2*(d(2,1)*d(2,1)*s)+y(2,1))+(4*d(1,1)*(d(1,1)*s+y(1,1)))*exp(((d(2,1)*s+y(2,...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to write equation with exponential in matlab
function s = newton_ls(y,d) % initilaize lamba=0 s=0; % let theta_d and theta_dd be the first and second dreivative of theta ...
2년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to write exponential equations in matlab
I want to write this equation in matlab and calculate values for this equation buy giving input values for x(1,0)
2년 초과 전 | 답변 수: 1 | 0