Installation
- Install
Matlab
. - Add
Matpower
to yourMatlab
installation - Add
CasADi
to yourMatlab
installation. - Add
Aladin
to yourMatlab
installation.- Make sure to switch to the
abstractify
branch if you want to use Aladin without Casadi.
- Make sure to switch to the
Branch abstractify
The branch abstractify
is actively being developed.
Be prepared to see breaking changes and unintended behavior.
Use of matpower
The code relies heavily on Matpower
, especially on the idea of a matpower case file
(or mpc
).
This bulky name is nothing but a standardized Matlab
struct, with the advantage that it has become a de facto standard for Matlab-based power systems research.
Also, mpc
can be converted within matpower
to/from IEEE CDF or PSS/E RAW, see the Matpower
docs for details.