Can I obtain a matrix representation of a circuit from a SimPowerSystems model?
2 views (last 30 days)
Show older comments
Diarmaid
on 11 Sep 2014
Answered: Sebastian Castro
on 2 Oct 2014
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?
0 Comments
Accepted Answer
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
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!