Can Graph objects be used to construct SimPowerSystem diagrams?

1 view (last 30 days)
Hi,
Can Graph objects (e.g. biograph) be used to construct SimPowerSystem diagrams?
I'm trying to model the electrical impedance of a complex network of carbonnanotubes, where each junction is a resistor and capacitor in parallel.
I see in SimPowerSystems one can manually build circuits and simulate properties such as impedance vs frequency. Is it possible to build circuits using the command line or within a script? Ideally, could graph object be converted into a circuit?
Currently I have a directed adjacent matrix which I am making biograph objects out of to look at my network.
Cheers in advance!
ps if you understand my problem but see a simpler way of getting the impedance vs frequency of random networks let me know!

Answers (1)

Joel Van Sickel
Joel Van Sickel on 1 Dec 2020
Theoretically yes, because you can programatically create these circuits, but you would have to write the code yourself to do it, making it only worth it if many circuits must be converted.
This answer is part of a MATLAB Answers cleanup effort for unanswered questions that are outstanding.

Categories

Find more on Simscape Electrical 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!