photo

Ji-hwan Hwang


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
208,035
of 297,503

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


Can I use the matrix to the variable genetic algorithm?
I want use matrix to variable. y=cost(gene) gene = ones(1,10) A = [0,find(gene(i,:))]; Pre_Num = numel(A); ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I change a random element in a row of matrix?
I want to change a random element in a row of matrix. example A = ones(1,84) I wish to change 6-8 column component to ...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


매트랩에서 조건이 만족하지 않으면 다시 처음부터 하게 끔 어떻게 하나요?
GA툴을 이용하여 최적값을 구하고자하는데 매트랩에서 조건이 만족하지 않으면 다시 처음부터 반복하게 끔 하고 싶습니다. 예를들어 행렬 A = rand(1,10)>0.5 B = [1 0 0 1 0 0 1 1 1 ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


I want to use the repeat construct.
I want to make a product more than the existing 0.8-random number by using the Repeat function with the condition. For example,...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


I want to give a condition on the random function.
I want to output only the values between 1 and 0.5, using the random function. A=rand>0.5 --> A between 1 and 0.5 example A =0...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How can i used GA toolbox?
I want operating GA toolbox. I use a GA tool box, I want to solve the next problem. y = exp((1/L)*x)^B I want L and B optimal...

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

1

回答