統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
math calculation using matlab
so I have this equation : 980 = 3.1396 - 0.0235*x1 - 0.2759*x2 + 0.0008*x1*x2 + 0.0001*x1^2 + 0.007*x2^2 I want to find th...
11年以上 前 | 0 件の回答 | 1
0
回答質問
Genetic Algorithm Optimization tool
On MATLAB optimization tool for GA, on the "plot function" option, I checked "best fitness" and "best individual". When I starte...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Genetic Algorithm fitness value
hello... what fitness value is needed in GA optimization? the highest fitness? or the lowest fitness? or the best fitness? ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Need help for ploting 3D graphic
hello.. i want to plot 3D graphic but i'm confused...here's my M-file code: %boundary for x x = 80:0.1:100; %bounda...
11年以上 前 | 1 件の回答 | 0
1
回答質問
How to display the value of variable X
hello... i'm using MATLAB optimization tool (optimtool), solver is ga-genetic algorithm. In the option, then plot functio...
11年以上 前 | 1 件の回答 | 0
1
回答質問
How to make/create a fitness/objective function for GA problem
hello, how do we define , or *how do we make* a fitness/objective function that match with our problem in GA? Are there any ...
11年以上 前 | 2 件の回答 | 0
2
回答質問
GA code for optimizing three parameters with different interval limit
I'm trying to make a GA code for welding optimization with three parameters, each parameter has a different interval limit. Need...
11年以上 前 | 2 件の回答 | 2