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

4 visualizaciones (últimos 30 días)
i need a matlab code for the algorithm given in the paper attached to this.... pls someone help... its my final year project
  4 comentarios
sdsd
sdsd el 13 de Nov. de 2016
https://www.researchgate.net/publication/310006226_GAMS_Code_for_Optimal_PMU_Placement

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 14 de Mzo. de 2014
Editada: Matt J el 14 de Mzo. de 2014
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 comentarios
Maveeya Baba
Maveeya Baba el 30 de Sept. de 2019
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 el 30 de Sept. de 2019
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

Iniciar sesión para comentar.

Más respuestas (2)

Ismael Abdulrahman
Ismael Abdulrahman el 31 de Dic. de 2019

Ismael Abdulrahman
Ismael Abdulrahman el 1 de En. de 2020

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by