Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (2)

Image Analyst
Image Analyst il 28 Gen 2018
Usually when I see that, I think it means I need to normalize (scale) my data.

Umesh Prajapati
Umesh Prajapati il 28 Mar 2018
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.

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by