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

3 ビュー (過去 30 日間)
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.
  1 件のコメント
Walter Roberson
Walter Roberson 2011 年 11 月 22 日
There is not necessarily any .fig for it. GUIs do not require .fig files. .fig files are constructed by GUIDE.

サインインしてコメントする。

採用された回答

Fangjun Jiang
Fangjun Jiang 2011 年 11 月 22 日
To find out the location of a file, run
which wavemenu
which wavemenu.fig -all

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by