MATLAB: How to browse the location, to save the generated files from GUIDE

browseguiguidematlab guisave

I am generating two files as output from GUIDE and when it generates those file, they are getting stored where my .m files are, instead i want to give the user an option of saving it where ever he want by something like browse button and selecting the location where he/she want to store those 2 files

Best Answer

uigetdir() or uiputfile()
Related Question