Effacer les filtres
Effacer les filtres

How to calculate ISF's &PTDF's in MATPOWER?

10 vues (au cours des 30 derniers jours)
siva swami
siva swami le 7 Oct 2016
Modifié(e) : Hazem le 17 Oct 2016
Hi,
How to calculate ISF's&PTDF's in matpower?Do we need to write code or any direct way?
  1 commentaire
ayyappa rudrasimha yedida
In matpower you can write code or directly you can use makePTDF fucntion but it will give ISF matrix.From that you have to calculate PTDFs using below formula PTDF(l,m)=ISF(l,0)-ISF(m,0) 0-slack bus

Connectez-vous pour commenter.

Réponses (1)

Hazem
Hazem le 17 Oct 2016
Modifié(e) : Hazem le 17 Oct 2016
For ISF you may write
mpc=loadcase('case9');
ISF=makePTDF(mpc);
To calculate PTDF between x and y
PTDFxy=ISF(:,x)-ISF(:,y);

Catégories

En savoir plus sur C Shared Library Integration dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by