How do I open a file by pressing a pushbutton in GUIDE?

4 ビュー (過去 30 日間)
ARAVINDHAN RAMESH
ARAVINDHAN RAMESH 2014 年 4 月 17 日
コメント済み: Fawad Chandio 2019 年 9 月 4 日
I'm required to open a file(A PDF, A image etc.) when a pushbutton is pressed. I'm working using GUIDE. What code and where do I type in?
  1 件のコメント
hamza Aitoumghar
hamza Aitoumghar 2018 年 7 月 23 日
You use the command uigetfile on the script view

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

採用された回答

Chandrasekhar
Chandrasekhar 2014 年 4 月 17 日
編集済み: Chandrasekhar 2014 年 4 月 17 日
use the following command in the call back function of the push button
winopen('mydoc.doc')
winopen('myimage.jpg')
winopen('mypdf.pdf')
  2 件のコメント
ARAVINDHAN RAMESH
ARAVINDHAN RAMESH 2014 年 4 月 17 日
It's working. Thanks!
Fawad Chandio
Fawad Chandio 2019 年 9 月 4 日
thank you so much Sir .
great job faster

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

その他の回答 (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