Sadiq Akbar
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
72.034
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Feeds
Pregunta
Issue with box plot code or something else?????
I have two sets of mat files. In 1st set, I have 2sn0_sorted, 3sn0_sorted and 4sn0_sorted. In 2nd set, these are 2sn0, 3sn0 and...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Why I get this message?
When I run this code: clear all clc close all d=4; %2; % dimension of the problem options.ECPSize=2; %50; % Population siz...
casi 4 años hace | 1 respuesta | 0
1
respuestaHow to assing all bounds for my variable in Range = repmat([0;10],1,Dim)?
I replaced the given command by: Range = [repmat([0;10],1,Dim-4) repmat([0;pi],1,Dim-4)]; and it worked.
casi 4 años hace | 0
| aceptada
Pregunta
How to assing all bounds for my variable in Range = repmat([0;10],1,Dim)?
I have downloaded an algorithm from Mathworks site called "State Transition algorithm". In this algorithm there is a command "Ra...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Why it gives error if we set lb=[0 0 0 0], ub=[10 10 pi pi] instead of lb=0 and ub=pi?
I download an algorithm from Mathworks site called "Student Psycology Based Optimization (SPBO) Algorithm" located on URL: https...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Why unifrnd(lb,ub,[nPop,D]) gives error?
Why the following code gives error? lb=[0 0 0 0]; ub=[10 10 pi pi]; nPop=30; D=4; unifrnd(lb,ub,[nPop,D]) Error using unifr...
casi 4 años hace | 1 respuesta | 0