From: Maxx Chatsko on 17 Jul 2010 20:41 "Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> > 2. Change the current directory after the first UIPUTFILE: > bakCD = cd; > [filename1, filepath1] = uiputfile('*.png', 'Choose a file'); > cd(filepath1); > [filename2, filepath2] = uiputfile('*.png', 'Choose a file'); > cd(bakCD); Works like a charm. Thanks Maxx
|
Pages: 1 Prev: Parallel Computing Toolbox performance Next: Decision Variable in the Matrix Form |