COMANDOS
De todo un poco...
Imagen de fondo GUI-MATLAB
imagen=imread('imageninicio.jpg');
image(imagen,'Parent',handles.axes1);
set(handles.axes1,'XTick',[],'YTick',[]);
box on;
grid on;
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);