Error in using eigs: Error using arpackc, Expect 2 output arguments
Ältere Kommentare anzeigen
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 Kommentare
Abhishek Kumar
am 8 Apr. 2018
Has the issue been resolved? I am getting the same error.
Walter Roberson
am 8 Apr. 2018
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!