Skip to content

Commit 627faf4

Browse files
author
Usseglio-Viretta
committed
Updated Author list for journal article publication
1 parent b47bb4a commit 627faf4

4 files changed

+7
-7
lines changed
Binary file not shown.
Binary file not shown.

src/Main_menu/Main_menu.mlapp

23 Bytes
Binary file not shown.

src/Main_menu/Main_menu_exported.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
properties (Access = public)
55
MATBOXMicrostructureAnalysisToolboxUIFigure matlab.ui.Figure
66
MATBOXNRELMicrostructureAnalysisToolboxLabel matlab.ui.control.Label
7-
Version10Matbox2021bMay182021Label matlab.ui.control.Label
7+
Version10bMatbox2021cMay192021Label matlab.ui.control.Label
88
SelectthemoduleassociatedwithyouractivityLabel matlab.ui.control.Label
99
Label matlab.ui.control.Label
1010
MicrostructuregenerationButton matlab.ui.control.Button
@@ -123,12 +123,12 @@ function createComponents(app)
123123
app.MATBOXNRELMicrostructureAnalysisToolboxLabel.Position = [1 788 439 75];
124124
app.MATBOXNRELMicrostructureAnalysisToolboxLabel.Text = {'MATBOX'; 'NREL Microstructure Analysis Toolbox '};
125125

126-
% Create Version10Matbox2021bMay182021Label
127-
app.Version10Matbox2021bMay182021Label = uilabel(app.MATBOXMicrostructureAnalysisToolboxUIFigure);
128-
app.Version10Matbox2021bMay182021Label.HorizontalAlignment = 'center';
129-
app.Version10Matbox2021bMay182021Label.FontAngle = 'italic';
130-
app.Version10Matbox2021bMay182021Label.Position = [1 761 439 22];
131-
app.Version10Matbox2021bMay182021Label.Text = 'Version: 1.0 (Matbox2021b) - May 18, 2021';
126+
% Create Version10bMatbox2021cMay192021Label
127+
app.Version10bMatbox2021cMay192021Label = uilabel(app.MATBOXMicrostructureAnalysisToolboxUIFigure);
128+
app.Version10bMatbox2021cMay192021Label.HorizontalAlignment = 'center';
129+
app.Version10bMatbox2021cMay192021Label.FontAngle = 'italic';
130+
app.Version10bMatbox2021cMay192021Label.Position = [1 761 439 22];
131+
app.Version10bMatbox2021cMay192021Label.Text = 'Version: 1.0b (Matbox2021c) - May 19, 2021';
132132

133133
% Create SelectthemoduleassociatedwithyouractivityLabel
134134
app.SelectthemoduleassociatedwithyouractivityLabel = uilabel(app.MATBOXMicrostructureAnalysisToolboxUIFigure);

0 commit comments

Comments
 (0)