Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Solving matlab error message

1 visualizzazione (ultimi 30 giorni)
Muthumari
Muthumari il 30 Apr 2023
Chiuso: Cris LaPierre il 1 Mag 2023
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));

Risposte (1)

Walter Roberson
Walter Roberson il 30 Apr 2023

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by