Info

この質問は閉じられています。 編集または回答するには再度開いてください。

fmincon-Optimization running. Error running optimization. Not enough input arguments.What do I do??

3 ビュー (過去 30 日間)
Vivek R
Vivek R 2018 年 9 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am using method of lines for solving system of pde's, when I use fmincon to minimize my kinetic parameters, I often get the above mentioned error.Kindly help.
  2 件のコメント
Stephan
Stephan 2018 年 9 月 6 日
Based on the very detailed and numerous information that you have given us about your problem, it is safe to say that you have not given enough input arguments.
Walter Roberson
Walter Roberson 2018 年 9 月 6 日
Perhaps you have given a function name in a place where a handle is expected. For example,
integral(sin, 0, 2)
is not valid and instead you need
integral(@sin, 0, 2)

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by