Hello all, we are retrieving the result from the GUI developed by us and those results are stored in NOTEPAD with three different filenames, I should provide facility to the user to choose the path once later for saving other two files it has choose same path as default for the next time. i have provided the pseudo code
[fileName,pathName] = uiputfile('Coefficients.h');
file_path = fullfile(pathName,fileName);
fid1 = fopen(file_path, 'wt');
similarly parameters.h etc
i need to save file1 in user defined folder for eg. folder1 once saved while saving file2 it should not ask for the path, it should directly go and save in folder1 or the path should be taken directly to folder1 similarly as goes on
3 Comments
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/422722-user-should-choose-the-path-for-saving-variable-once#comment_618973
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/422722-user-should-choose-the-path-for-saving-variable-once#comment_618973
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/422722-user-should-choose-the-path-for-saving-variable-once#comment_619008
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/422722-user-should-choose-the-path-for-saving-variable-once#comment_619008
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/422722-user-should-choose-the-path-for-saving-variable-once#comment_619151
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/422722-user-should-choose-the-path-for-saving-variable-once#comment_619151
Sign in to comment.