Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
In Power System Reliability Studies, Capacity Outage Probability Table (COPT) forms one of the basic necessary indices. It is often required to generate COPT for Generators.
"Generator_COPT.m" is a function which takes the following three input to generate COPT for Generator Bus:
1. Number of Generators 'G',
2. Capacities of each generators, in the form of a column matrix 'PR', such that number of elements of PR is equal to G.
3. Availabilities of each Generators in the form of another column matrix 'AV', such that number of elements in AV is equal to G.
The output generated is a COPT for the given input.
According to: 'Reliability Evaluation of Power Systems' Second Edition, By: Roy Billinton and Ronald N. Allan, Plenum Press, New York and London, 1996.
An example from article number: 2.2.2, page number 24:
User may enter the input details on command window as follows:
1. G=3;
2. PR=[3;3;5];
3. AV=[0.98;0.98;0.98];
Then type:
Generator_COPT(G,PR,AV)
press enter to get the output.
For any further queries please contact:
Abhishek Chakraborty
[Mobile Number: 00 91 99 86 11 58 91]
email: abhishek.piku@gmail.com
Cita come
Abhishek Chakraborty (2026). GENERATOR CAPACITY OUTAGE PROBABILITY TABLE (https://it.mathworks.com/matlabcentral/fileexchange/27599-generator-capacity-outage-probability-table), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (1,72 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
