統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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