Matrix is close to singular or badly scaled in SPS
6 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Rohit Kudva
2016 年 4 月 14 日
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Trimming and Linearization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!