Community Profile

photo

Bindhu PR


Last seen: 4年弱 前 2020 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

回答済み
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答