function varargout = InputV1(varargin)
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @InputV1_OpeningFcn, ...
'gui_OutputFcn', @InputV1_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
gui_mainfcn(gui_State, varargin{:});
end
function InputV1_OpeningFcn(hObject, eventdata, handles, varargin)
handles.output = hObject;
guidata(hObject, handles);
function varargout = InputV1_OutputFcn(hObject, eventdata, handles)
varargout{1} = handles.output;
function popupmenu1_Callback(hObject, eventdata, handles)
function popupmenu1_CreateFcn(hObject, eventdata, handles)
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function popupmenu2_Callback(hObject, eventdata, handles)
function popupmenu2_CreateFcn(hObject, eventdata, handles)
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function popupmenu3_Callback(hObject, eventdata, handles)
function popupmenu3_CreateFcn(hObject, eventdata, handles)
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function pushbutton1_Callback(hObject, eventdata, handles)
switch get(handles.popupmenu1,'Value')
case 2
PI_342W2_TLB_Jib_FM
case 3
PI_342W2_TLB_Jib_FU
case 4
PI_342W2_TLB_Module_FM
case 5
PI_342W2_TLB_Module_FU
case 6
PI_342W2_TLB_ModuleNOCOB_FM
case 7
PI_342W2_TLB_ModuleNOCOB_FU
otherwise
end
switch get(handles.popupmenu2,'Value')
case 2
PI_342W3_Jib_Module
case 3
PI_342W3_Jib_Upending
otherwise
end
MISC
PI_341W1_120_Module_handling
PI_343W4_Auxiliary_hoist
PI_344W6_Derrick
PI_344W7_COB
PI_348k0_Controls
Vessel_data
msgbox 'Data has been processed'
function pushbutton2_Callback(hObject, eventdata, handles)
msgbox 'Data has been stored in the base workspace'