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...
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年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 1 件の回答 | 0
