Matrix is close to singular or badly scaled in SPS
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tony Castillo
el 11 de Abr. de 2016
Comentada: Francesco Campostrini
el 5 de Sept. de 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 comentario
Respuesta aceptada
Rohit Kudva
el 14 de Abr. de 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 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Switches and Breakers en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!