フィルターのクリア

how can I file-open menu in my gui application ?

3 ビュー (過去 30 日間)
alex
alex 2012 年 2 月 22 日
I am about to write gui application that reads data in file and plots it my question is how to write file-read menu in matlab's GUI,so that user can choose file to work with only by mouse click ? somthing similiar to WORD,when you click on file,choose open, and when you can see all files in directory.
Any help would be great.
Thank you.
  1 件のコメント
Jan
Jan 2012 年 2 月 22 日
Do you create the GUI programmatically or using GUIDE?

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

採用された回答

Jan
Jan 2012 年 2 月 22 日
You can add a menu in the menubar either using GUIDE or programmatically. The callback of this menu should contain a call to uigetfile to get the filename.
  1 件のコメント
alex
alex 2012 年 2 月 24 日
Thank you for answering me
something I wanted to make clear
when i'am using: Toolbar editor-open file tool
there is no code added(generated automatically) in _.m file
so,when exactly the file is in runtime ?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by