#在matlab中是什么意思呢?。

if chkdyn==1
threshld = 0.05; % percent current best is allowed to change, .05 = 5% etc
letiter = 5; % # of iterations before checking environment, leave at least 3 so PSO has time to converge
outorng = abs( 1- (outbestval/gbestval) ) >= threshld;
samepos = (max( sentry == gbest ));

 Risposta accettata

dawiwep
dawiwep il 23 Nov 2022

0 voti

in your case it means 'number'This has nothing to do with MATLAB, it's just a shorthand notation

Più risposte (0)

Categorie

Scopri di più su MATLAB 快速入门 in Centro assistenza e File Exchange

Tag

Richiesto:

il 23 Nov 2022

Risposto:

il 23 Nov 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!