photo

Khoo


University of Malaya

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
182.135
of 301.738

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.403

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 176.316

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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!

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 13 años hace | 2 respuestas | 0

2

respuestas