Warning: Matrix is singular, close to singular or badly scaled.

조회 수: 2 (최근 30일)
LALE ASIK
LALE ASIK 2018년 1월 22일
편집: LALE ASIK 2022년 2월 14일
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?

답변 (2개)

Image Analyst
Image Analyst 2018년 1월 28일
Usually when I see that, I think it means I need to normalize (scale) my data.

Umesh Prajapati
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.

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by