Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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