From: Fraser Dickson on 2 Mar 2010 06:11 Hi im trying to use the following command [filename filepath] = uigetfile(previousfolder,'*.*'); where previous folder contains the directory i want to pick the file from. The value in previous folder is correct but when the dialogyue box opens it directs me to the folder in which the m file im running resides What am i doing wrong?
From: Jan on 2 Mar 2010 06:52 Does 'previousfolder' contain the full path including the \ at the end? Then try [filename filepath] = uigetfile([previousfolder '*.*']);
|
Pages: 1 Prev: figure('Visible','off') Next: Changing the order of the nodes of a wavelet packet tree? |