What's the matter with eigshow?

It seems that the function 'eigshow()' has been kicked out from Matlab 2016. But I really love this function. Are there any alternatives for eigshow?

 Accepted Answer

Walter Roberson
Walter Roberson on 19 Oct 2016

3 Comments

Thank you. I just update my Matlab and don't realize that 'eigshow' is from a toolbox.
This is incorrect. In versions up to and including R2016a, it was a standard part of core MATLAB. (Even though "toolbox" appears in the pathname, it was part of toolbox/matlab, where all the core M-files are found.)
Hmmm, I find
/Applications/MATLAB_R2015b.app//toolbox/matlab/demos/eigshow.m

Sign in to comment.

More Answers (1)

Fangyuan Zhang
Fangyuan Zhang on 8 Apr 2018
You can use this code file to run the "eigshow" function by yourself!

1 Comment

This version gives deprecation warnings and won't draw the dots as the vectors go around. Better source is
https://www.mathworks.com/matlabcentral/fileexchange/59085-cleve-laboratory
(Look under the lab2 button.)

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!