Why are the results calculated from the function "fmincon" not stable?
Mostra commenti meno recenti
Hallo everbody,
Recently I am doing the fit about burning velocity of fuels, which is one of the most important properties in the combustion field. The approximation formula is as follwed:


In this formular there are six coefficients, namely F,m,G,n,E,B. And the variables: p,Y,Tu,Tb are already given.
Then I use the mathematic function "fmincon" to calculate these six coefficients. I have set the initail coefficients value and the highst and lowest coefficients value. But the results calculated are not stable. The coefficients value are always changed.
I do not know where the problem is.
1 Commento
Matt J
il 4 Ago 2017
Are m and n supposed to be integers? FMINCON will not restrict its search to integers. You would need ga() for that.
Risposte (1)
Categorie
Scopri di più su Combustion and Turbomachinery in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
