How to set default file in matlab gui??
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I am working with matlab GUI,when I click a pushbutton,It should go to fileselector
( I have used this line of code:[filename pathname]=uigetfile({'*.txt'},'File selector','Multiselect','on') )
to select a two text file ,after this how to make particular two files which I want is default one.
so that I can use this for further process.
2 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Entering Commands dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!