[問題]關於fmincon

看板MATLAB作者 (爆菊非主流)時間11年前 (2014/05/19 01:13), 編輯推噓4(401)
留言5則, 4人參與, 最新討論串1/1
想請問一下 在執行fmincon結束後會再command window 出現 Optimization completed because the objective function is non-decreasing in feasible directions, to within the default value of the function tolerance, and constraints are satisfied to within the default value of the constraint tolerance. 請問能夠把顯示訊息的動作解除嗎 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.113.211.129 ※ 文章網址: http://www.ptt.cc/bbs/MATLAB/M.1400433193.A.1CD.html

05/19 01:31, , 1F
進function把程式碼註解掉吧
05/19 01:31, 1F

05/19 03:02, , 2F
我在fmincon裡面沒有找到相關的部分耶@@(其實看不太懂)
05/19 03:02, 2F

05/19 03:15, , 3F
一行一行trace,有可能藏function下的function
05/19 03:15, 3F

05/21 07:45, , 4F
options=optimset('display','none')
05/21 07:45, 4F

05/22 16:34, , 5F
warning('off','all')
05/22 16:34, 5F
文章代碼(AID): #1JUEef7D (MATLAB)
文章代碼(AID): #1JUEef7D (MATLAB)