1. In the context, fixed cost is the total cost at zero output. Variable cost is the total cost minus the fixed cost. 2. You can use any network, with any number of generators and dispatchable loads you want. Please see the help in the m-files and the example (including the mentioned files) in Appendix F for details on how to set up the inputs.
-- Ray Zimmerman Senior Research Associate 419A Warren Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 On Apr 1, 2013, at 2:07 AM, jees arun <[email protected]> wrote: > Hi sir... > two doubts in runmarket() > 1. How Fix+var > cost is calculated > 2. Instead of > three generators can i change Two generator and one dispatchable load > to make bids.. If so how should i give the the input... > > thank you sir.. > > > > On Tue, Mar 26, 2013 at 5:32 AM, Ray Zimmerman <[email protected]> wrote: > Try runmarket() instead of auction(). > > -- > Ray Zimmerman > Senior Research Associate > 419A Warren Hall, Cornell University, Ithaca, NY 14853 > phone: (607) 255-9645 > > > > > On Mar 25, 2013, at 1:23 PM, jees arun <[email protected]> wrote: > >> >> >> offers.P.qty = [90; 155; 80]; >> offers.P.prc = [50; 30; 40]; >> [results, co] = auction('case9', offers); >> ??? Attempt to reference field of non-structure array. >> >> Error in ==> auction at 108 >> [nro, nco] = size(offers.qty); >> >> >> >> Sir when try run auction.m its show like this.. how to rectify it. .. >> >> >> Regards >> S Arun Jees > > > > > -- > Regards > S Arun Jees
