How to coordinate the power resources based on the cheapest cost using optimization based problem in matlab.

3 visualizaciones (últimos 30 días)
Hi all,
I am working on optimization of several resources and using problem based optimization method. so I have this constraints
prob.Constraints.resourcebalance= Pgrid + Pbattery + Pwind + Psolar == Pload;
every of these resources have a cost. What I want is that how to coordinate these resouces based on the cheapest cost. for example, we calculate the cost for each of the resources(costpower grid, costbattery, costwind, costsolar) and after that it turns out that the costsolar has the cheapest cost, so I want to coordiante these power resources from cheapest to expensive.
I can explain more. for example the cheapest is costsolar, then costbattery, then, costwind, then finally costpower grid. According to the previous sorts of cost, how to coordinate the power resources (I should first Psolar, then Pbattery, then Pwind and finally Pgrid. How to coordinate the power resources based on the cheapest cost using optimiation based problem in matlab. Thanks in advance.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by