how can i convert a bus admittance matrix into binary form based on the connection between the buses in power system using matlab?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Joel Van Sickel
2020-12-1
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 个评论
另请参阅
类别
Find more on Composite Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!