필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Devdatt Thengdi
Devdatt Thengdi 2018년 3월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Torsten
Torsten 2018년 3월 14일
By passing their values to the other calculation.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by