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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by