Can i get a matlab code for optimal pmu placement based on the paper attached to this question...

5 ビュー (過去 30 日間)
i need a matlab code for the algorithm given in the paper attached to this.... pls someone help... its my final year project
  4 件のコメント
mohamad momeni
mohamad momeni 2016 年 8 月 4 日
hi did you got any solution for this problem?
sdsd
sdsd 2016 年 11 月 13 日
https://www.researchgate.net/publication/310006226_GAMS_Code_for_Optimal_PMU_Placement

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

採用された回答

Matt J
Matt J 2014 年 3 月 14 日
編集済み: Matt J 2014 年 3 月 14 日
If you have the connected pairs in the form of a list matrix
L=[m1,n1;
m2,n2;...]
then you can just use SPARSE
a=sparse(L(:,1),L(:,2),1);
  3 件のコメント
Maveeya Baba
Maveeya Baba 2019 年 9 月 30 日
can somebody teach me how to implement any algorithm coding to link with IEEE bus data for the optimal placement of PMU
Maveeya Baba
Maveeya Baba 2019 年 9 月 30 日
can i have your gmail account for further queries i need it badly to know about this as i have been working and searching on it from the last couple of months and wasted almost my time

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

その他の回答 (2 件)

Ismael Abdulrahman
Ismael Abdulrahman 2019 年 12 月 31 日

Ismael Abdulrahman
Ismael Abdulrahman 2020 年 1 月 1 日

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by