photo

sura naji


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
1 Respuesta

CLASIFICACIÓN
157.697
of 300.379

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.299

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

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


solutions for every iteration
format long clear; clc; fun=@testcost lb=[0.1,0.0003]; ub=[1.0,0.01]; %lb=[ 1,1,1,1,1,1]; %lower bound of variables %ub...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reference to non-existent field '.
clear close all % Problem Statement Npar = 10; VarLow=0.1; VarHigh =35.2; %BBBC parameters N=50; %number of candid...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Index in position 2 exceeds array bounds (must not exceed 2).
please can any one help me. Why does the following function produce the error "Index in position 2 exceeds array bounds (must n...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


objective function and max ,min
clc clear close all Npar = 3; VarLow=[-5.12 -5.12 -5.12]; VarHigh = [5.12 5.12 5.12]; N=100; MaxIter=100; XBest ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the left and right sides have a different number
clc clear close all % Problem Statement Npar = 17; VarLow=0.1; VarHigh = 35; %BBBC parameters N=50; %number of can...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Index exceeds the number of array elements (1).
clear close all % Problem Statement Npar = 17; VarLow=0.1; VarHigh = 35; %BBBC parameters N=50; %number of candidat...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Index exceeds number of array elements (1)?
clc clear close all % Problem Statement Npar = 17; VarLow=0.1; VarHigh = 35; %BBBC parameters N=50; %number of c...

más de 5 años hace | 0