Matrix is close to singular or badly scaled in SPS
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tony Castillo
am 11 Apr. 2016
Kommentiert: Francesco Campostrini
am 5 Sep. 2016
Hi, someone knows how to solve this warning in SimpowerSystem? Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.521282e-16. Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.521282e-16.
1 Kommentar
Akzeptierte Antwort
Rohit Kudva
am 14 Apr. 2016
Hi Tony,
The reason could be that the model is a very stiff system. If it contains a Universal Bridge snubber, you may want to check the compatibility of the time constant of the network and that of the snubber.
To get the stiffness ratio, use the following command:
>> sps=power_analyze(gcs,'detailed'); max(eig(sps.A))/min(eig(sps.A))
-Rohit
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Trimming and Linearization finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!