Clear Filters
Clear Filters

What is the location of the file from where the GUI of a toolbox in MATLAB is launched?

2 views (last 30 days)
I intend to read the code of the wavemenu toolbox so that I can call its different functions in my own code.Please tell me the location where its GUIs .fig file is located.Instead,you can also help by telling the actual code of the wavemenu toolbox. Thanks in advance for your time and the answers.

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 22 Nov 2011
To find out the location of a file, run
which wavemenu
which wavemenu.fig -all

More Answers (0)

Categories

Find more on Graphics Objects in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!