Convert equations to MATLAB code

3 ビュー (過去 30 日間)
Tauqeer Nadeem
Tauqeer Nadeem 2019 年 5 月 18 日
コメント済み: Walter Roberson 2019 年 5 月 19 日
% 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

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 5 月 18 日
編集済み: KALYAN ACHARJYA 2019 年 5 月 18 日
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 件のコメント
Tauqeer Nadeem
Tauqeer Nadeem 2019 年 5 月 19 日
But how can I write in matlab ? need help on that
Walter Roberson
Walter Roberson 2019 年 5 月 19 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by