MATLAB: Import .raw Network Model into Matlab

power system modelraw

I am trying to import a power system model in .raw Format into MATLAB. (see e.g. 14-bus network found here https://uofi.app.box.com/s/o4c20a1y3onih9yq8woe; models can be opened with Siemens PSS-E) Is there a function that can read this format? Or do you have any hints on how to convert this content to table/matrix form? Thanks in advance!

Best Answer

I found the answer. MATPOWER solves the problem. They offer a function that explicitly converts PSEE .raw data into MATLAB structs.
Related Question