Fzero returns non-zero value
古いコメントを表示
Hello
I have a problem with the function fzero. The function returns a value of lambdastar where my function dphidlambda (see below) is far from zero (on the order of -100 to -200).
lambdastar=fzero(@(lambda) dphidlambda(lambda,q0,langd,Amax,Mmax,rho,lower_asym,alfa,nelem),[1e-9 1e9])
Does anyone know how to solve this problem? The strange thing is that fzero doesn't return any error message that it can't find any zero-point of the function dphidlambda.
\Jonas
2 件のコメント
Walter Roberson
2011 年 3 月 1 日
I think you missed including the code for your function ?
Matt Tearle
2011 年 3 月 1 日
And the output from fzero
回答 (2 件)
Matt Fig
2011 年 3 月 1 日
0 投票
Include all the details, meaning: the function DPHIDLAMBDA, and the parameters used to call FZERO (q0,langd, Amax, etc).
If you include enough so that we can duplicate your results, then perhaps we could assist you in figuring out what went wrong.
the cyclist
2011 年 3 月 1 日
Others are correct that more detail would help a lot in diagnosing, but I'll take a wild stab and suggest that you need to set something with tolerances. I suggest:
>> doc optimset
カテゴリ
ヘルプ センター および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!