Statistics
RANK
207,952
of 301,806
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,413
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,647
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
index exceeds matrix dimensions
P=0.4; T=0.5; a=2; max_it=100; x(1)=0.7; Value=1; O=zeros(1,max_it); for i=1:max_it if x(i)>=0 && x(i)<P %(Error He...
6 years ago | 0
Question
index exceeds matrix dimensions
P=0.4; T=0.5; a=2; for i=1:max_it if x(i)>=0 && x(i)<P %(Error Here) x(i+1)=x(i)/P; end if x(i)>...
6 years ago | 2 answers | 0
2
answersQuestion
index exceeds matrix dimensions
% Update the position and velocity of each particle (except the elites) max_iter=300; b=0.6; mu=2.34; ...
6 years ago | 1 answer | 0
