Khoo - MATLAB Central
photo

Khoo


University of Malaya

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 08/13 to 04/25Use left and right arrows to move selectionFrom 08/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
178,471
of 298,180

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,546

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,541

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Refine the results by GA to true values
I am currently using GA optimization toolbox. My true values to generate my dataset is, say like [0.4 0.5 0.6], after i ru...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Parameter estimation behavior by GA optimization toolbox
For the parameter estimation by GA optimization toolbox, is that possible that the estimated parameter deviates from the true va...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Too many output arguments??? in nonlinear constraint function in ga
This is my nonlinear constraint function in ga built-in function, function ceq=nonlincon(z) ceq=z(3).*exp(z(2).*(1-z(1...

11 years 前 | 1 个回答 | 0

1

个回答

提问


What are some good intermediate-level MATLAB books?
Can anyone suggest any good intermediate level books on MATLAB programming? I'm so desperate for MATLAB Programming books!

11 years 前 | 1 个回答 | 0

1

个回答

提问


what is AcceptanceFcn in simulannealbnd
what is AcceptanceFcn in simulannealbnd solver? What is the difference with TolFun?

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to add condition for X in simulannealbnd
for X = SIMULANNEALBND(FUN,X0,LB,UB), the vector X0 starts the point finding so that the answer LB<=X<=UB. How if i want to ad...

11 years 前 | 1 个回答 | 0

1

个回答

提问


while loop keeps running indefinitely
Why my code is not working? It keeps running indefinitely... z0=[0.3 0.5 0.2]; test=0; while test==0 di...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to go back to check condition again after the if-else statement
This is my coding, cond=exp(z(2)*(1-z(1)))-(1/z(3)); if cond<0 h=@test; znew=simulanneal...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to return to the main function from function file by using return
I'm using simulated annealing to do minimization for my model. The following is my main function. lb=[0.01 0.01 0.01]; u...

11 years 前 | 2 个回答 | 0

2

个回答