How do I open a file by pressing a pushbutton in GUIDE?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
ARAVINDHAN RAMESH
il 17 Apr 2014
Commentato: Fawad Chandio
il 4 Set 2019
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 Commento
Risposta accettata
Chandrasekhar
il 17 Apr 2014
Modificato: Chandrasekhar
il 17 Apr 2014
use the following command in the call back function of the push button
winopen('mydoc.doc')
winopen('myimage.jpg')
winopen('mypdf.pdf')
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!