Re: Online grid plotter link for Matpower data

2021-10-15 Thread Ray Daniel Zimmerman
You may want to have a look at the plot_mpc() function in the extras directory. It may do what you want. It is contributed code, so I’m not too familiar with it. And of course, if you are looking for simple plots you can always use MATLAB’s built-in plotting functions to plot quantities from th

Re: How to edit objective function in most

2021-10-15 Thread Ray Daniel Zimmerman
Assuming it ends up being a per MW cost, you can simply add the fuel cost and emission cost functions together and supply the sum in the gencost matrix. You’ll have to do the accounting yourself to split the costs into their components if you want them reported separately. Ray On Oct 14, 2

Re: Stochastic optimal scheduling of Solar PV (in most)

2021-10-15 Thread Ray Daniel Zimmerman
Regarding the use of getprofiles(), when in doubt about how to use a function, always check the help (i.e. type help getprofiles) to see the documentation for that function. In your example, the first case was correct, not the second. I’m afraid I don’t have enough information to guess what the