Effacer les filtres
Effacer les filtres

Optimization objective funcion containing a sum

3 vues (au cours des 30 derniers jours)
Ricardo López
Ricardo López le 10 Jan 2021
Réponse apportée : Matt J le 10 Jan 2021
Good afternoon,
I am writing a MATLAB code to minimize the following equation:
Both C_H and PV are matrices already calculated. I want get the optimum values of b so that equation is the minimum. The only constraint is the upper and lower limits of b: 0<= b <=1.
Does anyone knows how to implement it on MATLAB?
Thank you for your time

Réponses (1)

Matt J
Matt J le 10 Jan 2021
s=sign(sum(PV(1:n,1)));
if s<=0, b=1; else, b=0; end

Catégories

En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by