Warning: Matrix is singular, close to singular or badly scaled.
2 ビュー (過去 30 日間)
古いコメントを表示
I am trying to draw a bifurcation diagram. The code gives me the following warning:
Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN.
> In ode15s (line 589)
> In NewBifur3 (line 21)
Could you please help me to fix it?
0 件のコメント
回答 (2 件)
Image Analyst
2018 年 1 月 28 日
Usually when I see that, I think it means I need to normalize (scale) my data.
0 件のコメント
Umesh Prajapati
2018 年 3 月 28 日
Check the second column of solution matrix. It is zero throughout. That's why you got the warning. It depends on the parameter value also. When you change those value result will also change.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!