photo

Daniel Mbadjoun


Last seen: 1年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
2 回答

ランク
268,391
of 301,175

評判
0

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

回答採用率
37.5%

獲得投票数
0

ランク
 of 21,185

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,238

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • First Answer
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Rank deficient error, how to avoid it
QTU = QTU(:), HB=HB(:), P=P(:) ; HBinv=1./HB; nqtu = length(QTU) ; U = ones(nqtu, 1) ; M = [U P HBinv P.^2 P.*HBinv HBinv....

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

0

回答

質問


How can i use GA to resolve this problem of dispatching using vectors?
My objective function is f= @(x)QTU-(x(1)+x(2)+x(3)+x(4)+x(5)+x(6)+x(7)+x(8)) which known QTU is vector with size 60*1 and x siz...

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

0

回答

質問


Why am I getting the error message "??? Assignment has more non-singleton rhs dimensions than non-singleton subscripts"?
Hi all, Please help me to solve this problem. clear all clc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...

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

1

回答

回答済み
Why am I getting the error message "??? Assignment has more non-singleton rhs dimensions than non-singleton subscripts"?
Hi all, I have the same problem. Please help me to fix it. clear all clc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...

6年以上 前 | 0

回答済み
How to initialize an iterative vectors in optimization?
Thanks Mr Jan, your counsels help me to reduce some errors. But my real problem is increlentation of this command line which no ...

6年以上 前 | 0

| 採用済み

質問


How to initialize an iterative vectors in optimization?
Hi, I would like to start from this program which works well when it is a 1 * 2 initialization to a 2 * 2 initialization which ...

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

1

回答

質問


how could i use a metaheuristic algorithm to solve a problem solved by fminsearchbnd?
Hi, could you help me to implemented a metaheuristic algorithm as GA which gives a similar results as fminsearchbnd as follow...

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

0

回答

質問


How to formulate the random matrix between real interval?
I try this formulation r = randi([0.10 0.50],5,5) but Matlab refuse this. Please help me with good formulation

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

1

回答

質問


search the minimum of function by sse
ui=[1 2 3 4 5 6]; %%% puissance sse =@(x)sum((ui - xi./(k.*yi.*zi)).^ 2); %function similar to yours fminsearch(sse,0) %fi...

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

1

回答

質問


Can i have a full data of adjustment of hydroelectric plant?
Hi to all. As the one of Ieda Hidalgo: Evaluation of Optimization Algorithms to Adjust Efficiency Curves for Hydroelectric Gen...

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

0

回答