Buat Program GUI Hitung Trigonometri (Log, Exp, LN, Akar, Tan, Sin, Cos, Dan Sebagainya !
Buat Program GUI Hitung Trigonometri (Log, Exp, LN, Akar, Tan, Sin, Cos, Dan Sebagainya !
FIA AMALIAH
60400114026
FISIKA B
%
stop. All inputs are passed to nomor_1_Tugas_3_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 nomor_1_Tugas_3
% Last Modified by GUIDE v2.5 20-Apr-2016 21:57:36
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name',
mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @nomor_1_Tugas_3_OpeningFcn, ...
'gui_OutputFcn', @nomor_1_Tugas_3_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
% --- Outputs from this function are returned to the command line.
function varargout = nomor_1_Tugas_3_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;
set(handles.hasil,'string',a);
% hObject
handle to pangkatx (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)
% handles
% eventdata
% handles
a=get(handles.hasil,'string');
a=strcat(a,'.')
set(handles.hasil,'string',a);
% hObject
handle to koma (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)