Community Profile

photo

Hamza Belm


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • Explorer

View badges

Feeds

View by

Question


rand() gives the same values in each run
Hi I'm working on the evaluation of metaheuristic algorithms and i need to test each technique in many runs, however the rand(...

3 years ago | 1 answer | 0

1

answer

Question


Run a loop at fixed rate
I'm working on a project in which i need to transmit 3 values from a Matlab function into a simulink circuit model (Send duty cy...

4 years ago | 0 answers | 0

0

answers

Question


PSO base MPPT : I've written the following PSO function, and the duty cycle get stuck at one value (0.69), and i think that the problem is within the for loop, how can i solve this issue?
function d=duty(Vpv,Ipv) Np=3; %Number of particles Wmax=0.9; Wmin=0.4; C1=1.5; C2=1.5; MaxIte=150; ...

4 years ago | 0 answers | 0

0

answers