Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Solving matlab error message

1 回表示 (過去 30 日間)
Muthumari
Muthumari 2023 年 4 月 30 日
閉鎖済み: Cris LaPierre 2023 年 5 月 1 日
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,1))^2)+(2*(d(1,1)*s+y(1,1))^2));
kindly check for any error in this code.
Not able to solve the error
Error in newton_ls/first_d (line 18)
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,1))^2)+(2*(d(1,1)*s+y(1,1))^2));

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 4 月 30 日

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by