getting wavelet information from wavemngr

2 次查看(过去 30 天)
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.
  1 个评论
Eric Keller
Eric Keller 2012-11-6
don't know how I broke the code tags, is there an advanced editor that lets you see the codes?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 AI for Signals and Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by