Error in svd in r2018a
이전 댓글 표시
[U,s,V] = svd(A + 1e-14*randn(size(A)));
but I still getting the same error every now and then. How do you recommend getting around this error without increasing the size of the perturbation? Could I increase the number of iterations to test convergence, if so how? Or something else?
댓글 수: 1
Walter Roberson
2022년 7월 17일
The problem would continue if eps(A) > 1e-14 which would be the case if abs(A) > 100 or so
채택된 답변
추가 답변 (1개)
Steven Lord
2022년 7월 17일
0 개 추천
Are you using Update 3 of release R2018a or a later Update, or are you using release R2018a (no Update) or Updates 1 or 2?
If you have not installed Update 3 or a later Update, please do.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!