I have written a Matlab guide tool. But I need to give a lot of paths every time I start up the tool. Eg
/path/to/image/folder
/path/to/annotation/folder
/path/to/filelist1
/path/to/filelist2
Right now I have to click all buttons and search for the files manually using uigetfile
which is tedious. Is there a way such that when I close Matlab guide it saves the last state and opens it again the next time that I use it?