How can I select a .m file through browser push button option in GUI and add/save that file in my current Matlab working directory ? Any guidance is appreciated.TIA
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
vigneshwaran ravindran
il 27 Mag 2015
Commentato: vigneshwaran ravindran
il 27 Mag 2015
Need to add a .m file to the current working directory by selecting through the browse push button and add that file to the current working directory
0 Commenti
Risposta accettata
Nobel Mondal
il 27 Mag 2015
[file,path] = uigetfile('*.m','Choose file to save');
copyfile([path file], pwd)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su File Operations 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!