12.07.2015 Views

Lampiran : Flow Chart Disain GUI MATLAB Disain Uicontrol ...

Lampiran : Flow Chart Disain GUI MATLAB Disain Uicontrol ...

Lampiran : Flow Chart Disain GUI MATLAB Disain Uicontrol ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Lampiran</strong> L: Fungsi M-file untuk program aplikasi Contact Tampilan Utamafunction varargout = Contact_Tampilan_Utama(varargin)% CONTACT_TAMPILAN_UTAMA M-file for Contact_Tampilan_Utama.fig% CONTACT_TAMPILAN_UTAMA, by itself, creates a new CONTACT_TAMPILAN_UTAMA or% raises the existing% singleton*.%% H = CONTACT_TAMPILAN_UTAMA returns the handle to a new CONTACT_TAMPILAN_UTAMA% or the handle to% the existing singleton*.%% CONTACT_TAMPILAN_UTAMA('CALLBACK',hObject,eventData,handles,...) calls the% local% function named CALLBACK in CONTACT_TAMPILAN_UTAMA.M with the given input% arguments.%% CONTACT_TAMPILAN_UTAMA('Property','Value',...) creates a new% CONTACT_TAMPILAN_UTAMA or raises the% existing singleton*. Starting from the left, property value pairs are% applied to the <strong>GUI</strong> before Contact_Tampilan_Utama_OpeningFunction gets called.% An% unrecognized property name or invalid value makes property application% stop. All inputs are passed to Contact_Tampilan_Utama_OpeningFcn via varargin.%% *See <strong>GUI</strong> Options on <strong>GUI</strong>DE's Tools menu. Choose "<strong>GUI</strong> allows only one% instance to run (singleton)".%% See also: <strong>GUI</strong>DE, <strong>GUI</strong>DATA, <strong>GUI</strong>HANDLES% Edit the above text to modify the response to help Contact_Tampilan_Utama% Last Modified by <strong>GUI</strong>DE v2.5 13-Sep-2007 18:48:59% Begin initialization code - DO NOT EDITgui_Singleton = 1;gui_State = struct('gui_Name', mfilename, ...'gui_Singleton', gui_Singleton, ...'gui_OpeningFcn', @Contact_Tampilan_Utama_OpeningFcn, ...'gui_OutputFcn', @Contact_Tampilan_Utama_OutputFcn, ...'gui_LayoutFcn', [] , ...'gui_Callback', []);if nargin && ischar(varargin{1})gui_State.gui_Callback = str2func(varargin{1});endif nargout[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});elsegui_mainfcn(gui_State, varargin{:});end% End initialization code - DO NOT EDIT% --- Executes just before Contact_Tampilan_Utama is made visible.function Contact_Tampilan_Utama_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 <strong>MATLAB</strong>% handles structure with handles and user data (see <strong>GUI</strong>DATA)% varargin command line arguments to Contact_Tampilan_Utama (see VARARGIN)% Choose default command line output for Contact_Tampilan_Utamahandles.output = hObject;% Update handles structureguidata(hObject, handles);% UIWAIT makes Contact_Tampilan_Utama wait for user response (see UIRESUME)% uiwait(handles.figure1);Universitas Sumatera Utara

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!