Bindhu PR
Followers: 0 Following: 0
Feeds
已回答
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
what modification in this programe is to be done so that for G=600 the values thus obtained is from x(1) tox(7) this values of x...
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
what modification in this programe is to be done so that for G=600 the values thus obtained is from x(1) tox(7) this values of x...
4 years 前 | 0
已回答
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
syms G; G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','on'); X = zeros(1,length(G)); % ...
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
syms G; G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','on'); X = zeros(1,length(G)); % ...
4 years 前 | 0
| 已接受
提问
i need to solve 7 nonlinear equations with 7 unknowns and error is occurring while compiling the codes
G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','off'); X(i) = NaN(1,length(G)); for i ...
4 years 前 | 3 个回答 | 0
3
个回答提问
i need to solve 7 nonlinear equations with 7 unknows
G = 600:100:1200; x0 = [300;300;300;300;300;300;300]; options = optimset('Display','off'); X(i) = NaN(1,length(G)); for i = ...
4 years 前 | 1 个回答 | 0