How do I open a file by pressing a pushbutton in GUIDE?
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!