Sie sind auf Seite 1von 5

function ingresar_Callback(hObject, eventdata, handles)

% hObject
handle to ingresar (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)
close(PRESENTACION)
PRINCIPAL
% --- Executes on button press in informe.
function informe_Callback(hObject, eventdata, handles)
% hObject
handle to informe (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)
winopen('INFORME.pdf')
% --- Executes on button press in salir.
function salir_Callback(hObject, eventdata, handles)
% hObject
handle to salir (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)
close(PRESENTACION)

function varargout = presentacion(varargin)


% PRESENTACION M-file for presentacion.fig

%
PRESENTACION, by itself, creates a new PRESENTACION or raises the
existing
%
singleton*.
%
%
H = PRESENTACION returns the handle to a new PRESENTACION or the
handle to
%
the existing singleton*.
%
%
PRESENTACION('CALLBACK',hObject,eventData,handles,...) calls the
local
%
function named CALLBACK in PRESENTACION.M with the given input
arguments.
%
%
PRESENTACION('Property','Value',...) creates a new PRESENTACION or
raises the
%
existing singleton*. Starting from the left, property value pairs
are
%
applied to the GUI before presentacion_OpeningFcn gets called. An
%
unrecognized property name or invalid value makes property
application
%
stop. All inputs are passed to presentacion_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 presentacion
% Last Modified by GUIDE v2.5 28-Jul-2013 14:01:41
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name',
mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @presentacion_OpeningFcn, ...
'gui_OutputFcn', @presentacion_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 presentacion is made visible.


function presentacion_OpeningFcn(hObject, eventdata, handles, varargin)

axes('Units','Normalized',...
'Position',[0 0 1 1]);
[x,map]=imread('petronas.jpg','jpg');
image(x),colormap(map),axis off,hold on
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
% UIWAIT makes presentacion wait for user response (see UIRESUME)
% uiwait(handles.figure1);

% --- Outputs from this function are returned to the command line.
function varargout = presentacion_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;

% --- Executes on button press in ingresar_1.


function ingresar_1_Callback(hObject, eventdata, handles)
sistemas_1gdl

% --- Executes on button press in ingresar_n.


function ingresar_n_Callback(hObject, eventdata, handles)
analisis_estructuras

% --- Executes on button press in informe.


function informe_Callback(hObject, eventdata, handles)
winopen('Trabajon02.pdf')% hObject
handle to informe (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)

% --- Executes on button press in salir.


function salir_Callback(hObject, eventdata, handles)
% hObject
handle to salir (see GCBO)
close
% eventdata reserved - to be defined in a future version of MATLAB
% handles
structure with handles and user data (see GUIDATA)

function AUTHORS_OpeningFcn(hObject, eventdata, handles, varargin)

handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
axes('Units','Normalized','Position',[0 0 1 1]);
[x,mmm]=imread('lobo','jpg');
image(x),colormap(mmm),axis off,hold on
%INSERTAR NOMBRE DE AUTORES
text(90,60,'PANIAGUA SEGOVIA, Yury
A.','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');
text(90,100,'QUISPE QUICHUA,
William','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');
text(90,140,'CARBAJAL SULCA,
Wilber','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');
text(90,180,'QUICHUA CABANA,
Jess','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');

function varargout = AUTHORS(varargin)


gui_Singleton = 1;
gui_State = struct('gui_Name',
mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @AUTHORS_OpeningFcn, ...
'gui_OutputFcn', @AUTHORS_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 AUTHORS is made visible.


function AUTHORS_OpeningFcn(hObject, eventdata, handles, varargin)
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);

axes('Units','Normalized','Position',[0 0 1 1]);
[x,mmm]=imread('lobo','jpg');
image(x),colormap(mmm),axis off,hold on
%INSERTAR NOMBRE DE AUTORES
text(90,60,'PANIAGUA SEGOVIA, Yury
A.','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');
text(90,100,'QUISPE QUICHUA,
William','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');
text(90,140,'CARBAJAL SULCA,
Wilber','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');
text(90,180,'QUICHUA CABANA,
Jess','Fontname','Arial','Fontsize',15,'Fontangle','Italic', ...
'Fontweight','Bold','color',[0 1 0],'HorizontalAlignment','left');

% --- Outputs from this function are returned to the command line.
function varargout = AUTHORS_OutputFcn(hObject, eventdata, handles)
varargout{1} = handles.output;

% --- Executes during object creation, after setting all properties.


function text3_CreateFcn(hObject, eventdata, handles)
% hObject
handle to text3 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles
empty - handles not created until after all CreateFcns
called

% --- Executes on button press in pushbutton1.


function pushbutton1_Callback(hObject, eventdata, handles)
close(AUTHORS)
ECNOLINEAL_II

Das könnte Ihnen auch gefallen