Skip to content
Snippets Groups Projects
Commit aa1b3b4f authored by Marco Luigi Gaibotti's avatar Marco Luigi Gaibotti
Browse files

[update] Added ASD tag and automatic path

parent 6ae186df
No related branches found
No related tags found
1 merge request!15Export standardized figure
function mainExportStandardizedFigure
% exportFigureGUI - GUI for exportStandardizedFigure function
%% Adding to path
path = regexprep(mfilename("fullpath"), '[^\\/]+$', '');
addpath(genpath(path));
%% Positioning GUI at screen center
% Get the screen size
uifig.screenSize = get(0, 'ScreenSize'); % [left, bottom, width, height]
......@@ -46,7 +50,7 @@ figNameField = uieditfield(fig, 'text', 'Position', [150 550 200 30], ...
%%% Dropdown menu for departement name
uilabel(fig, 'Text', 'IPT Name:', 'Position', [370 550 100 30]);
prefixIPTName = {'[]', '[MSA]', '[AER]', '[PRF]', '[RCS]', '[GNC]', '[ARP]', ...
'[SWD]', '[ELC]', '[STR]', '[RPS]', '[LPS]', '[AFD]', '[MMC]', '[ROV]'};
'[SWD]', '[ELC]', '[STR]', '[RPS]', '[LPS]', '[ASD]', '[MMC]', '[ROV]'};
prefixIPTNameDropDown = uidropdown(fig, 'Items', prefixIPTName, ...
'Value', '[]', ...
'Position', [455 550 80 30], ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment