Estudiante: Fausto Polanco 1. Adquisición de Datos:: 'Registro - XLS'
Estudiante: Fausto Polanco 1. Adquisición de Datos:: 'Registro - XLS'
1. Adquisición de datos:
2. Matrix=importdata('Registro.xls')
3. apellidos=Matrix.textdata.Apellidos;
4. apellidos(1,:)=[];
5. pais=Matrix.textdata.Pa0xEDs;
6. pais(1,:)=[];
7. tiempos=Matrix.data.Tiempos;
8. tiempos(:,1)=[];
9. save apellidos
10. save pais
11. save tiempos
2. Código
% --- Outputs from this function are returned to the command line.
function varargout = interfaz_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)