function varargout = genStressStrainStates(varargin)
% GENSTRESSSTRAINSTATES MATLAB code for genStressStrainStates.fig
% GENSTRESSSTRAINSTATES, by itself, creates a new GENSTRESSSTRAINSTATES or raises the existing
% singleton*.
%
% H = GENSTRESSSTRAINSTATES returns the handle to a new GENSTRESSSTRAINSTATES or the handle to
% the existing singleton*.
%
% GENSTRESSSTRAINSTATES('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in GENSTRESSSTRAINSTATES.M with the given input arguments.
%
% GENSTRESSSTRAINSTATES('Property','Value',...) creates a new GENSTRESSSTRAINSTATES or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before genStressStrainStates_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to genStressStrainStates_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
% instance to run (singleton)".
%
% See also: GUIDE, GUIDATA, GUIHANDLES
% Edit the above text to modify the response to help genStressStrainStates
% Last Modified by GUIDE v2.5 23-Jul-2013 11:15:03
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @genStressStrainStates_OpeningFcn, ...
'gui_OutputFcn', @genStressStrainStates_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
% End initialization code - DO NOT EDIT
% --- Executes just before genStressStrainStates is made visible.
function genStressStrainStates_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to genStressStrainStates (see VARARGIN)
update_gui(hObject, handles);
% hButton = uicontrol('Tag','Help')
% jButton = findjobj(hButton)
% findjobj(handles.Help,'print')
% jButton.setCursor(java.awt.Cursor(java.awt.Cursor.HAND_CURSOR))
% Choose default command line output for genStressStrainStates
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
% UIWAIT makes genStressStrainStates wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = genStressStrainStates_OutputFcn(hObject, eventdata, handles)
% varargout cell array for returning output args (see VARARGOUT);
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
function sig_x_Callback(hObject, eventdata, handles)
% hObject handle to sig_x (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_x as text
% str2double(get(hObject,'String')) returns contents of sig_x as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function sig_x_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_x (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_y_Callback(hObject, eventdata, handles)
% hObject handle to sig_y (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_y as text
% str2double(get(hObject,'String')) returns contents of sig_y as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function sig_y_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_y (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function tau_xy_Callback(hObject, eventdata, handles)
% hObject handle to tau_xy (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of tau_xy as text
% str2double(get(hObject,'String')) returns contents of tau_xy as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function tau_xy_CreateFcn(hObject, eventdata, handles)
% hObject handle to tau_xy (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function alpha_Callback(hObject, eventdata, handles)
% hObject handle to alpha (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of alpha as text
% str2double(get(hObject,'String')) returns contents of alpha as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function alpha_CreateFcn(hObject, eventdata, handles)
% hObject handle to alpha (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function E_Callback(hObject, eventdata, handles)
% hObject handle to E (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of E as text
% str2double(get(hObject,'String')) returns contents of E as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function E_CreateFcn(hObject, eventdata, handles)
% hObject handle to E (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function mu_Callback(hObject, eventdata, handles)
% hObject handle to mu (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of mu as text
% str2double(get(hObject,'String')) returns contents of mu as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function mu_CreateFcn(hObject, eventdata, handles)
% hObject handle to mu (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_x_Callback(hObject, eventdata, handles)
% hObject handle to eps_x (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_x as text
% str2double(get(hObject,'String')) returns contents of eps_x as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function eps_x_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_x (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_y_Callback(hObject, eventdata, handles)
% hObject handle to eps_y (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_y as text
% str2double(get(hObject,'String')) returns contents of eps_y as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function eps_y_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_y (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function gam_xy_Callback(hObject, eventdata, handles)
% hObject handle to gam_xy (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of gam_xy as text
% str2double(get(hObject,'String')) returns contents of gam_xy as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function gam_xy_CreateFcn(hObject, eventdata, handles)
% hObject handle to gam_xy (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_z_Callback(hObject, eventdata, handles)
% hObject handle to eps_z (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_z as text
% str2double(get(hObject,'String')) returns contents of eps_z as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function eps_z_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_z (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_z_Callback(hObject, eventdata, handles)
% hObject handle to sig_z (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_z as text
% str2double(get(hObject,'String')) returns contents of sig_z as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function sig_z_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_z (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
% --- Executes on selection change in tag_analysis.
function tag_analysis_Callback(hObject, eventdata, handles)
% hObject handle to tag_analysis (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: contents = cellstr(get(hObject,'String')) returns tag_analysis contents as cell array
% contents{get(hObject,'Value')} returns selected item from tag_analysis
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function tag_analysis_CreateFcn(hObject, eventdata, handles)
% hObject handle to tag_analysis (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: popupmenu controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_a_Callback(hObject, eventdata, handles)
% hObject handle to sig_a (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_a as text
% str2double(get(hObject,'String')) returns contents of sig_a as a double
% --- Executes during object creation, after setting all properties.
function sig_a_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_a (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_b_Callback(hObject, eventdata, handles)
% hObject handle to sig_b (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_b as text
% str2double(get(hObject,'String')) returns contents of sig_b as a double
% --- Executes during object creation, after setting all properties.
function sig_b_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_b (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function tau_ab_Callback(hObject, eventdata, handles)
% hObject handle to tau_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of tau_ab as text
% str2double(get(hObject,'String')) returns contents of tau_ab as a double
% --- Executes during object creation, after setting all properties.
function tau_ab_CreateFcn(hObject, eventdata, handles)
% hObject handle to tau_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_z_ab_Callback(hObject, eventdata, handles)
% hObject handle to sig_z_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_z_ab as text
% str2double(get(hObject,'String')) returns contents of sig_z_ab as a double
% --- Executes during object creation, after setting all properties.
function sig_z_ab_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_z_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_a_Callback(hObject, eventdata, handles)
% hObject handle to eps_a (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_a as text
% str2double(get(hObject,'String')) returns contents of eps_a as a double
% --- Executes during object creation, after setting all properties.
function eps_a_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_a (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_b_Callback(hObject, eventdata, handles)
% hObject handle to eps_b (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_b as text
% str2double(get(hObject,'String')) returns contents of eps_b as a double
% --- Executes during object creation, after setting all properties.
function eps_b_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_b (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function gam_ab_Callback(hObject, eventdata, handles)
% hObject handle to gam_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of gam_ab as text
% str2double(get(hObject,'String')) returns contents of gam_ab as a double
% --- Executes during object creation, after setting all properties.
function gam_ab_CreateFcn(hObject, eventdata, handles)
% hObject handle to gam_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_z_ab_Callback(hObject, eventdata, handles)
% hObject handle to eps_z_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_z_ab as text
% str2double(get(hObject,'String')) returns contents of eps_z_ab as a double
% --- Executes during object creation, after setting all properties.
function eps_z_ab_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_z_ab (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
% --- Executes during object creation, after setting all properties.
function text5_CreateFcn(hObject, eventdata, handles)
% hObject handle to text5 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
function edit21_Callback(hObject, eventdata, handles)
% hObject handle to edit21 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit21 as text
% str2double(get(hObject,'String')) returns contents of edit21 as a double
% --- Executes during object creation, after setting all properties.
function edit21_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit21 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function edit22_Callback(hObject, eventdata, handles)
% hObject handle to edit22 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit22 as text
% str2double(get(hObject,'String')) returns contents of edit22 as a double
% --- Executes during object creation, after setting all properties.
function edit22_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit22 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function edit23_Callback(hObject, eventdata, handles)
% hObject handle to edit23 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit23 as text
% str2double(get(hObject,'String')) returns contents of edit23 as a double
% --- Executes during object creation, after setting all properties.
function edit23_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit23 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function edit24_Callback(hObject, eventdata, handles)
% hObject handle to edit24 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit24 as text
% str2double(get(hObject,'String')) returns contents of edit24 as a double
% --- Executes during object creation, after setting all properties.
function edit24_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit24 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_min_Callback(hObject, eventdata, handles)
% hObject handle to sig_min (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_min as text
% str2double(get(hObject,'String')) returns contents of sig_min as a double
% --- Executes during object creation, after setting all properties.
function sig_min_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_min (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function sig_max_Callback(hObject, eventdata, handles)
% hObject handle to sig_max (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of sig_max as text
% str2double(get(hObject,'String')) returns contents of sig_max as a double
% --- Executes during object creation, after setting all properties.
function sig_max_CreateFcn(hObject, eventdata, handles)
% hObject handle to sig_max (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function edit31_Callback(hObject, eventdata, handles)
% hObject handle to edit31 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit31 as text
% str2double(get(hObject,'String')) returns contents of edit31 as a double
% --- Executes during object creation, after setting all properties.
function edit31_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit31 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function edit32_Callback(hObject, eventdata, handles)
% hObject handle to edit32 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit32 as text
% str2double(get(hObject,'String')) returns contents of edit32 as a double
% --- Executes during object creation, after setting all properties.
function edit32_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit32 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_min_Callback(hObject, eventdata, handles)
% hObject handle to eps_min (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_min as text
% str2double(get(hObject,'String')) returns contents of eps_min as a double
% --- Executes during object creation, after setting all properties.
function eps_min_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_min (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_max_Callback(hObject, eventdata, handles)
% hObject handle to eps_max (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_max as text
% str2double(get(hObject,'String')) returns contents of eps_max as a double
% --- Executes during object creation, after setting all properties.
function eps_max_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_max (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function alpha0_Callback(hObject, eventdata, handles)
% hObject handle to alpha0 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of alpha0 as text
% str2double(get(hObject,'String')) returns contents of alpha0 as a double
% --- Executes during object creation, after setting all properties.
function alpha0_CreateFcn(hObject, eventdata, handles)
% hObject handle to alpha0 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
% --- Executes during object creation, after setting all properties.
function edit28_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit28 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function eps_45_Callback(hObject, eventdata, handles)
% hObject handle to eps_45 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of eps_45 as text
% str2double(get(hObject,'String')) returns contents of eps_45 as a double
update_gui(hObject,handles);
% --- Executes during object creation, after setting all properties.
function eps_45_CreateFcn(hObject, eventdata, handles)
% hObject handle to eps_45 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
% --------------------------------------------------------------------
function tag_help_Callback(hObject, eventdata, handles)
% hObject handle to tag_help (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
if( strcmp(get(handles.tag_german,'Checked'),'on') )
web('help/help_de.html','-new','-notoolbar');
elseif( strcmp(get(handles.tag_english,'Checked'),'on') )
web('help/help_en.html','-new','-notoolbar');
else
fprintf( '*** WARNING: help in current language not yet implemented\n' );
end
% --------------------------------------------------------------------
function tag_contact_Callback(hObject, eventdata, handles)
% hObject handle to tag_contact (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
%web('www.apel.bplaced.net','-browser')
%web('www.hs-esslingen.de/~napel/pershp/pershp.html','-browser')
web('www.hs-esslingen.de/de/mitarbeiter/nikolas-apel.html','-browser');
% --------------------------------------------------------------------
function tag_language_Callback(hObject, eventdata, handles)
% hObject handle to tag_language (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% --------------------------------------------------------------------
function tag_german_Callback(hObject, eventdata, handles)
% hObject handle to tag_german (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
setlanguage(hObject,handles,'german');
% --------------------------------------------------------------------
function tag_english_Callback(hObject, eventdata, handles)
% hObject handle to tag_english (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
setlanguage(hObject,handles,'english');