Problem with MaxFunEvals option

Dear Matlab users: I've got a following problem:
This type of message appears everytime: Maximum number of function evaluations has been exceeded - increase MaxFunEvals option.
The function:
larg=1000000;
smil=0.0001;
options = optimset('MaxFunEvals',larg,'MaxIter',larg,'TolX',smil);
I searched the forums, but I can't find a solution to my problem.
I hope someone can help me!
Thanks
JP

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

タグ

質問済み:

2016 年 4 月 28 日

編集済み:

2016 年 4 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by