Rename scansDir
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
%% CALLED WHEN ACCESSING 'CurveFit Display' %%
|
||||
function [scLst, row, col] = NCdisplayGui(scansDir)
|
||||
function [scLst, row, col] = NCdisplayGui(projectScansDir)
|
||||
xPos=0.05;
|
||||
btnWid=0.10;
|
||||
btnHt=0.05;
|
||||
@@ -49,7 +49,7 @@ function [scLst, row, col] = NCdisplayGui(scansDir)
|
||||
end
|
||||
|
||||
% Read in numeric folder names
|
||||
nlist=dir(fullfile(scansDir,'*'));
|
||||
nlist=dir(fullfile(projectScansDir,'*'));
|
||||
nnn=0;
|
||||
for n=1:size(nlist,1)
|
||||
if (~isempty(str2num(nlist(n).name)))
|
||||
|
||||
Reference in New Issue
Block a user