Effacer les filtres
Effacer les filtres

Optimization of a multi parameter problem

15 vues (au cours des 30 derniers jours)
Numan
Numan le 2 Oct 2012
Hello,
I just want to do any easy optimization with matlab, but i need a tip how to do it.
Here is the question:
I have 3 different parameters (a,b,c) which are effecting the result and one result (d). I need to minimize the result by changing the paramaters. How can i do it matlab?
Example:
a=50 b=100 c= 90 -----> d=45
a=80 b=70 c= 60 -----> d=23
a=20 b=65 c= 40 -----> d=58
a=30 b=134 c= 93 -----> d=71
a=40 b=150 c= 36 -----> d=62
a=54 b=100 c= 24 -----> d=25
a=? b=? c=? -------> Min(d) ?
Iam also not good at choosing optimization method, any help about it will be very appriciated.
thank you
  1 commentaire
Matt J
Matt J le 2 Oct 2012
I already answered your question here
Why did you repost? In any case, did you try FMINSEARCH? Do you have the Optimization Toolbox? What does d(a,b,c) look like as a function?

Connectez-vous pour commenter.

Réponses (0)

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