Fminsearch not resloving the optimization problem
Afficher commentaires plus anciens
I am writing a matlab program for optimization of two variables to minimize my Standard Deviation. My two variables 'T' & 'D' have been put in a matrix. The function relating these variables is S=T.*cos(D*pi/180)+0.8 The standard deviation is between tge calculated 'S' as per the above formula and a measured value 'P'. Now i need to optimise T and D to have a minimum standard deviation. I tried the fminsearch function but not getting it
Réponses (0)
Catégories
En savoir plus sur Problem-Based Optimization Setup dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!