Matrix is close to singular or badly scaled in SPS

조회 수: 3 (최근 30일)
Tony Castillo
Tony Castillo 2016년 4월 11일
댓글: Francesco Campostrini 2016년 9월 5일
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
Francesco Campostrini
Francesco Campostrini 2016년 9월 5일
I have the same issue. Did you find a solution finally?

댓글을 달려면 로그인하십시오.

채택된 답변

Rohit Kudva
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
  댓글 수: 1
Tony Castillo
Tony Castillo 2016년 4월 15일
Hi Mr Kudva, after apply the first command, can you help me to analize this?
sps=power_analyze(Mec2cea_TODO_7,'detailed')
Ts =
2.0000e-06
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.521282e-16. > In etass In powersolve In powersysdomain_start In powersysdomain_netlist In powersysdomain Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 1.521282e-16. > In etass In powersolve In powersysdomain_start In powersysdomain_netlist In powersysdomain Error using exist The first input to exist must be a string.
Error in power_analyze_prv
Error in power_analyze (line 39) [varargout{1:nargout}] = power_analyze_prv(varargin{:});

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Gas Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by