sura naji
Followers: 0 Following: 0
Statistics
RANK
197,813
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerIndex 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...
5 years ago | 0