Minor corrections.
This commit is contained in:
parent
82a2cef456
commit
22078fe934
@ -1,5 +1,5 @@
|
||||
%% --- User chooses which dataset to load ---
|
||||
datasetIdx = 1; % <-- change this to 1, 2, 3, ...
|
||||
datasetIdx = 6; % <-- change this to 1, 2, 3, ...
|
||||
datasetName = sprintf('Dataset_%d', datasetIdx);
|
||||
|
||||
% --- Base directory selection ---
|
||||
|
||||
@ -11,14 +11,14 @@ if useLocalBaseDir
|
||||
baseDir = fullfile(thisScriptDir, 'Results');
|
||||
else
|
||||
% Use manually specified folder
|
||||
baseDir = 'E:\Results - Experiment\202508\BECToDropletsToStripes\';
|
||||
baseDir = 'E:\Results - Experiment\202508\BECToStripesToDroplets\';
|
||||
end
|
||||
|
||||
% Prepare storage
|
||||
scanValsCell = cell(1, numel(datasetIdxList));
|
||||
meanValsCell = cell(1, numel(datasetIdxList));
|
||||
stderrValsCell = cell(1, numel(datasetIdxList));
|
||||
labelsCell = {'2.25 G', '2.20 G', '2.15 G', '2.10 G', '2.05 G', '2.00 G'};
|
||||
labelsCell = {'2.35 G', '2.30 G', '2.25 G', '2.20 G', '2.15 G', '2.10 G'};
|
||||
|
||||
% --- Load options from first dataset to set plotting defaults ---
|
||||
datasetIdx = datasetIdxList(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user