photo

Bindhu PR


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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...

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)); % ...

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

1

个回答