How to set default file in matlab gui??
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Entering Commands 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!