Skip to content

Commit 8a2ee06

Browse files
committed
Update Laboratory.m
1 parent ac4fdf5 commit 8a2ee06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matlab/BayesianOptimization/plot/Laboratory.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
data6="Nelder_Mead_Lab/data";
2929

3030
x=[];
31+
Lab=1;
3132
if ~(data1=="")&&exist("data1",'var')
3233
load(data1)
3334
data_dim1_1 = data(:,2);
@@ -233,4 +234,4 @@
233234
end
234235
std_Y=std(yt1);
235236
Y = mean(yt1,1);
236-
end
237+
end

0 commit comments

Comments
 (0)