Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to use a single value from a multi-variable optimization result?

1 Ansicht (letzte 30 Tage)
Devdatt Thengdi
Devdatt Thengdi am 14 Mär. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I used this function to optimize a 5 variable function:
[X, fval] = fmincon(fitnessfcn, x0, [], [], [], [], [0.01,1,300 + 273.15, 8, 10*3.600], [10, 18.3,1200,20,50*3.600], nonlconi);
Now, i want to use results obtained from fmincon in other calculations. How can I do that?
  4 Kommentare
Torsten
Torsten am 14 Mär. 2018
By passing their values to the other calculation.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by