![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20191126_1604297771840_DEF.jpg)
Sadiq Akbar
Followers: 0 Following: 0
Statistica
RANK
188.219
of 297.010
REPUTAZIONE
0
CONTRIBUTI
5 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
0
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaHow 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.
circa 4 anni fa | 0
| accettato
Domanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 4 anni fa | 1 risposta | 0