필터 지우기
필터 지우기

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 (최근 30일)
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

채택된 답변

Nobel Mondal
Nobel Mondal 2015년 5월 27일
[file,path] = uigetfile('*.m','Choose file to save');
copyfile([path file], pwd)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by