-
Notifications
You must be signed in to change notification settings - Fork 14
/
eighteensubplots_onbe.m
140 lines (109 loc) · 3.98 KB
/
eighteensubplots_onbe.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
function createfigure
%CREATEFIGURE
% Auto-generated by MATLAB on 10-Dec-2012 12:35:54
% Create figure
figure1 = figure;
% Create axes
axes1 = axes('Parent',figure1,'Position',[0 0 1 1]);
% Create hggroup
hggroup1 = hggroup('Parent',axes1);
% Create rectangle
rectangle('Parent',hggroup1,'Position',[75 75 50 50],'LineWidth',3,...
'EdgeColor',[1 1 1],...
'Curvature',[1 1]);
% Create rectangle
rectangle('Parent',hggroup1,'Position',[75 75 50 50],'LineWidth',2,...
'EdgeColor',[0 0 1],...
'Curvature',[1 1]);
% Create hggroup
hggroup2 = hggroup('Parent',axes1);
% Create rectangle
rectangle('Parent',hggroup2,'Position',[50 50 100 100],'LineWidth',3,...
'EdgeColor',[1 1 1],...
'Curvature',[1 1]);
% Create rectangle
rectangle('Parent',hggroup2,'Position',[50 50 100 100],'LineWidth',2,...
'EdgeColor',[0 0 1],...
'Curvature',[1 1]);
% Create hggroup
hggroup3 = hggroup('Parent',axes1);
% Create rectangle
rectangle('Parent',hggroup3,'Position',[25 25 150 150],'LineWidth',3,...
'EdgeColor',[1 1 1],...
'Curvature',[1 1]);
% Create rectangle
rectangle('Parent',hggroup3,'Position',[25 25 150 150],'LineWidth',2,...
'EdgeColor',[0 0 1],...
'Curvature',[1 1]);
% Create axes
axes2 = axes('Parent',figure1,...
'Position',[0.527525357740516 0.623781856983793 0.128410914927769 0.097323600973236]);
box(axes2,'on');
% Create axes
axes3 = axes('Parent',figure1,...
'Position',[0.702305932174448 0.717439069652355 0.128410914927769 0.097323600973236]);
box(axes3,'on');
% Create axes
axes4 = axes('Parent',figure1,...
'Position',[0.0477688603531302 0.811738061363355 0.128410914927769 0.097323600973236]);
box(axes4,'on');
% Create axes
axes5 = axes('Parent',figure1,...
'Position',[0.516306478603874 0.475062283496226 0.128410914927769 0.097323600973236]);
box(axes5,'on');
% Create axes
axes6 = axes('Parent',figure1,...
'Position',[0.685861821659097 0.475062283496226 0.128410914927769 0.097323600973236]);
box(axes6,'on');
% Create axes
axes7 = axes('Parent',figure1,...
'Position',[0.85541716471432 0.475062283496226 0.128410914927769 0.097323600973236]);
box(axes7,'on');
% Create axes
axes8 = axes('Parent',figure1,...
'Position',[0.527525357740516 0.314204657924039 0.128410914927769 0.097323600973236]);
box(axes8,'on');
% Create axes
axes9 = axes('Parent',figure1,...
'Position',[0.700700795737851 0.218401738216009 0.128410914927769 0.097323600973236]);
box(axes9,'on');
% Create axes
axes10 = axes('Parent',figure1,...
'Position',[0.851762917933132 0.0827737226277372 0.128410914927769 0.097323600973236]);
box(axes10,'on');
% Create axes
axes11 = axes('Parent',figure1,...
'Position',[0.315468050954545 0.623781856983793 0.128410914927769 0.097323600973236]);
box(axes11,'on');
% Create axes
axes12 = axes('Parent',figure1,...
'Position',[0.162356818414672 0.689204657924039 0.128410914927769 0.097323600973236]);
box(axes12,'on');
% Create axes
axes13 = axes('Parent',figure1,...
'Position',[0.851762917933132 0.811738061363355 0.128410914927769 0.097323600973236]);
box(axes13,'on');
% Create axes
axes14 = axes('Parent',figure1,...
'Position',[0.346751135548649 0.475062283496226 0.128410914927769 0.097323600973236]);
box(axes14,'on');
% Create axes
axes15 = axes('Parent',figure1,...
'Position',[0.177195792493426 0.475062283496226 0.128410914927769 0.097323600973236]);
box(axes15,'on');
% Create axes
axes16 = axes('Parent',figure1,...
'Position',[0.00764044943820231 0.475062283496226 0.128410914927769 0.097323600973236]);
box(axes16,'on');
% Create axes
axes17 = axes('Parent',figure1,...
'Position',[0.315468050954545 0.314204657924039 0.128410914927769 0.097323600973236]);
box(axes17,'on');
% Create axes
axes18 = axes('Parent',figure1,...
'Position',[0.160751681978075 0.223876190770753 0.128410914927769 0.097323600973236]);
box(axes18,'on');
% Create axes
axes19 = axes('Parent',figure1,...
'Position',[0.0477688603531302 0.0827737226277372 0.128410914927769 0.097323600973236]);
box(axes19,'on');