Use the printpf() <https://matpower.org/docs/ref/matpower7.0/lib/printpf.html>
function to print the results of a previously run solution that you’ve saved in
a results struct. For example …
results = runpf('case118');
.
.
.
printpf(results);
Hope this helps,
Ray
> On Sep 18, 2019, at 5:50 AM, Sabhan Kanata <[email protected]> wrote:
>
>
> Dear Prof Ray Zimmerman,
>
>
> How to display the entire matpower power flow in the matlab command from the
> previous iteration that was overwritten?
>
> Thanks
>
> Regards
> Sabhan K