photo

Danishtah Quamar


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

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
253,730
of 300,753

評判
0

コントリビューション
5 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to write syntax for ga(GA) when we put constraints on the objective function?
min f(x)=1.10471*x1^2*x2 + 0.04811*x3*x4(14+x2) f(x)<=6 subject to some inequality constraints Then how to get the va...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to assign design variables?
How to assign design variable in matlab coding and call it in mathematical function . Example:- I have to make a function wit...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Argument to dynamic structure reference must evaluate to a valid field name.
V_c =2.*pi.*x10.((R-x9).^2 - x1.^2) + pi.*L.*(R.^2 - (R-x9).^2) + pi.*x12.*((Ro+x6).^2 - (x1+x7).^2); I am getting error in th...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to call a function inside other function in a equation?
I have one function function B=magnetic flux(x) B=x(1)+x(2)+x(3); ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to call a function with multi variable in real coded GA in function handle and how to define upper and lower bound of that variable in matlab?
I have defined a function with many variable Example: function T= Torque(a,b,c) where a,b,c is variable having upper and lower...

4年弱 前 | 2 件の回答 | 0

2

回答