1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| % --- Executes on button press in configuration.
function config_Callback(hObject, eventdata, handles)
% hObject handle to config (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
global Y1
global Y2
global Y3
[Y1, Y2, Y3] = Configuration ()
% --- Executes on button press in connecte.
function connecte_Callback(hObject, eventdata, handles)
% hObject handle to connecte (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
global Y1
global Y2
global Y3
global object
object = connection (Y1, Y2, Y3) |
Partager