photo

deepak kumar


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
1 回答

ランク
207,937
of 301,800

評判
0

コントリビューション
2 質問
1 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,411

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,593

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review

バッジを表示

Feeds

表示方法

回答済み
index exceeds matrix dimensions
P=0.4; T=0.5; a=2; max_it=100; x(1)=0.7; Value=1; O=zeros(1,max_it); for i=1:max_it if x(i)>=0 && x(i)<P %(Error He...

6年以上 前 | 0

質問


index exceeds matrix dimensions
P=0.4; T=0.5; a=2; for i=1:max_it if x(i)>=0 && x(i)<P %(Error Here) x(i+1)=x(i)/P; end if x(i)>...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


index exceeds matrix dimensions
% Update the position and velocity of each particle (except the elites) max_iter=300; b=0.6; mu=2.34; ...

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

1

回答