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

조회 수: 4 (최근 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
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 CenterFile Exchange에서 Introduction 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