Error in using eigs: Error using arpackc, Expect 2 output arguments
이전 댓글 표시
I was using function eigs but I met a problem:
[D,V]=eigs(F,E)
Error using arpackc
Expect 2 output arguments
Error in eigs (line 240)
arpackc( aupdfun, ido, ...
If I use eig instead of eigs, it will work correctly. My matlab virson is R2015b. What can I do to solve this? thank you very much!
댓글 수: 2
Abhishek Kumar
2018년 4월 8일
Has the issue been resolved? I am getting the same error.
Walter Roberson
2018년 4월 8일
See my explanation below. This is not a Mathworks error, it is due to old code being in your path. Look for eigs and eigs_new
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!