linear optimization without any constraint

1 vue (au cours des 30 derniers jours)
MUKESH KUMAR
MUKESH KUMAR le 31 Juil 2019
Modifié(e) : MUKESH KUMAR le 31 Juil 2019
I had following code:
% data
a = 30;
b = 150;
D = (b-a).*rand(100,1) + a;
% threshold
Th=110;
Th=repmat(110,100,1);
% difference
Diff = abs(D-Th);
%V(100,1);
S_Diff= sum(Diff);
Now I want to minimize S_Diff and a find correcponding vector V(100,1) for (D+V-Th) using linear optimiztion.

Réponses (0)

Catégories

En savoir plus sur Nonlinear Optimization 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