getting wavelet information from wavemngr
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I would like to populate a list of wavelets for a compiled gui using wavemngr. If you call "wavemngr('read'), you have to parse the output. I was looking at the code of wavemngr to see if anything was reusable, and I find,
Wavelets_Info = getappdata(0,'Wavelets_Info');
The Wavelets_Info array of structures gives me the information I wish to know. However, I don't think this will be resident in my application.
I thought that calling wavemngr('read_struct') would give me the same thing, but it only returns the first structure, and not an array.
I was hoping to get a clue as to how the wavemenu apps do this, but the code seems intentionally obfuscated.
Réponses (0)
Voir également
Catégories
En savoir plus sur Continuous Wavelet Transforms dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!