Can I obtain a matrix representation of a circuit from a SimPowerSystems model?

2 views (last 30 days)
I'm looking to calculate additional circuit parameters based on the impedance network of a DC system. I think I can do this analytically but I would like a used to be able to modify a simulink simulation of the system and for an m-file to return a calculated matrix of parameters based on the circuit.
Is it possible to access this underlying simulation data?

Accepted Answer

Sebastian Castro
Sebastian Castro on 2 Oct 2014
Hi Diarmaid,
The power_statespace function can give you a linearized state-space model of a SimPowerSystems model.
Is this what you're looking for?
Best, Sebastian

More Answers (0)

Categories

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