How to set default file in matlab gui??
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!