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 vue (au cours des 30 derniers jours)
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

Réponse acceptée

Nobel Mondal
Nobel Mondal le 27 Mai 2015
[file,path] = uigetfile('*.m','Choose file to save');
copyfile([path file], pwd)

Plus de réponses (0)

Catégories

En savoir plus sur File Operations 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!

Translated by