Battery scheduling of microgrid

1 view (last 30 days)
Muhammad  Sufyan
Muhammad Sufyan on 16 Feb 2018
Edited: Birdman on 16 Feb 2018
I want to optimize the cost of microgrid which contains few diesel generator and energy storage. The cost function of diesel generator is quadratic (non-linear) and battery cost function is also non-linear.
battery_cost(t) = ((b_price)/(b_cap*dod(t)*lifecycle(t)*eff))+0.5*Pb_dis(t)*x_dis(t)
The objective function is
battery_cost(t)+gen1(t)+gen2(t)+gen3(t)
I am trying to use fmincon for non linear optimization. I need use your suggestions how to use fmincon for this purpose as I am confuse should I use the gen1 as variable or the power dispatched by gen1. Kindly need your valuable answers

Answers (0)

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!