photo

Daniel Mbadjoun


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
2 답변

순위
268,394
of 301,200

평판
0

참여
8 질문
2 답변

답변 채택
37.5%

획득한 표
0

순위
 of 21,190

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,322

참여
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

답변