You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Abhishek Chakraborty (2026). GENERATOR CAPACITY OUTAGE PROBABILITY TABLE (https://www.mathworks.com/matlabcentral/fileexchange/27599-generator-capacity-outage-probability-table), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.72 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
