how can i convert a bus admittance matrix into binary form based on the connection between the buses in power system using matlab?
1 view (last 30 days)
Show older comments
it is based on the below condition......
a(m,n)=1, if m=n 1, if m is connected to n 0, otherwise where mxn = 3x3 matrix
0 Comments
Answers (1)
Joel Van Sickel
on 1 Dec 2020
You can use standard logic statements on a matrix, A > 1000 etc.
This answer is part of a MATLAB Answers cleanup effort for unanswered questions that are outstanding.
0 Comments
See Also
Categories
Find more on Simscape Electrical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!