-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathplotfn_00.m
19 lines (18 loc) · 992 Bytes
/
plotfn_00.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%==========================================================================
% A modular code for teaching Surrogate Modeling-Based Optimization
% Author: Yong Hoon Lee ([email protected])
%==========================================================================
% PlotFN_00 Script
%==========================================================================
fg1 = figure('Color',[1 1 1]);
set(fg1,'Position',[5 150 1440 360]);
fh1 = axes; set(fh1,'Position',[0.032 0.15 0.152 0.75]);
set(gca,'TickLabelInterpreter','latex','FontSize',12);
fh2 = axes; set(fh2,'Position',[0.232 0.15 0.152 0.75]);
set(gca,'TickLabelInterpreter','latex','FontSize',12);
fh3 = axes; set(fh3,'Position',[0.432 0.15 0.152 0.75]);
set(gca,'TickLabelInterpreter','latex','FontSize',12);
fh4 = axes; set(fh4,'Position',[0.632 0.15 0.152 0.75]);
set(gca,'TickLabelInterpreter','latex','FontSize',12);
fh5 = axes; set(fh5,'Position',[0.832 0.15 0.152 0.75]);
set(gca,'TickLabelInterpreter','latex','FontSize',12);