how eig() function works for finding eigen values of an image?
Mostra commenti meno recenti
Dear Sir,
I am working with feature extraction for an image,where I was suggested to use Eigon vectors.In matlab ,I found an inbuilt function eig(),which calculates the eigen vectors.But I want to know how it calculates the eigen value and eigen vectors.
Thank You
1 Commento
Matt J
il 19 Ott 2012
You mean you want to know what algorithm it uses internally?
Risposte (2)
Sachin Ganjare
il 19 Ott 2012
0 voti
Refer below link & expand 'Tips' section, you will find some information about the algorithm used.
Also search in matlab installation, where this function must be defined in some .m file to get idea about the implementation.
Hope it helps!
1 Commento
Matt J
il 19 Ott 2012
No. EIG is not implemented as an mfile
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!