Convert equations to MATLAB code

3 views (last 30 days)
Tauqeer Nadeem
Tauqeer Nadeem on 18 May 2019
Commented: Walter Roberson on 19 May 2019
% Equation 1
Vi(k+1)=w*Vi(k)+c1*r1(Xi,best(k))+c2*r2(Xg,best(k)-Xi(k))
% Equation 2
Xi(k+1)=Xi(k)+Vi(k+1)
% Equation 3
w(k)=wmax-(wmax-wmin)/Niter

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 18 May 2019
Edited: KALYAN ACHARJYA on 18 May 2019
Last two equations are already in Matlab form, may be just required (.) dot in equation 3 depending on type of variable (if any vector dot operation).
In first equation best(k) menas?
  6 Comments
Tauqeer Nadeem
Tauqeer Nadeem on 19 May 2019
But how can I write in matlab ? need help on that
Walter Roberson
Walter Roberson on 19 May 2019
You already wrote them in MATLAB form, provided that the three conditions I mentioned hold. If any of those three conditions do not hold, you have to tell us more details.

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!