Info

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

Why i am facing this problem while running my solar array model?Please help me out. Thankyou

1 回表示 (過去 30 日間)
Priyaranjan Satpathy
Priyaranjan Satpathy 2017 年 2 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Nonlinear solver:failed to converge,residual norm too large..

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 2 月 17 日
Over some portion of the range of variables that you permitted, your equations are steep enough that double precision numbers are not sufficient to be able to find a reasonably smooth linear approximation between adjacent representable numbers. For example, x^10 is unreasonably large by the point of x = 40
  • there might be a problem in the equations
  • you might have to restrict the range of variables
  • you might need to adjust the options to permit a larger tolerance
  • you might have to switch to the symbolic toolbox.

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by