You can use most_summary() 
<http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0/most/most_summary.html>
 to print a summary of MOST results.

mdo = most(mdi, mpopt);
ms = most_summary(mdo);

If you want to print a MATPOWER style output for a given period t, scenario j, 
and contingency k (where k = 1 is a base case), you can use printpf() 
<http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0/printpf.html>. E.g.

printpf(mdo.flow(t,j,k).mpc);

   Ray


> On Nov 10, 2017, at 7:21 AM, Mohammed Alhajri <u106...@gmail.com> wrote:
> 
> Hello
> 
> How i can display the results in MOST like the results in MATPOWER?

Reply via email to